summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-11caif: code cleanupStephen Hemminger
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-04-10Disable rp_filter for IPsec packetsMichael Smith
2011-04-10fib_validate_source(): pass sk_buff instead of markMichael Smith
2011-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-07ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-07nl80211: Add BSS parameters to stationPaul Stewart
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-06net: fix skb_add_data_nocache() to calc csum correctlyWei Yongjun
2011-04-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-04-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg
2011-04-04mac80211: fix comment regarding aggregation buf_sizeJohannes Berg
2011-04-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun
2011-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-03-31net: Order ports in same order as addresses in flow objects.David S. Miller
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg
2011-03-31Bluetooth: Remove unused struct l2cap_conn itemGustavo F. Padovan
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc
2011-03-31Bluetooth: Remove unused struct itemGustavo F. Padovan
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-31ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller
2011-03-31net: Add helper flowi4_init_output().David S. Miller
2011-03-30cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert
2011-03-25route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller
2011-03-24Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan
2011-03-24net_sched: fix THROTTLED/RUNNING raceEric Dumazet
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal