aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-152-0/+9
* ipv4: Call fib_select_default() only when actually necessary.David S. Miller2011-04-141-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-125-6/+151
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-074-3/+38
| |\
| * | nl80211: Add BSS parameters to stationPaul Stewart2011-04-071-0/+34
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-04-074-6/+110
| |\ \
| | * | Bluetooth: Add mgmt_remote_name eventJohan Hedberg2011-04-042-0/+7
| | * | Bluetooth: Add mgmt_device_found eventJohan Hedberg2011-04-042-0/+10
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-0/+2
| | |\ \
| | | * | Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-311-0/+2
| | * | | Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg2011-03-312-0/+9
| | * | | Bluetooth: Remove unused struct l2cap_conn itemGustavo F. Padovan2011-03-311-1/+0
| | * | | Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc2011-03-313-0/+45
| | * | | Bluetooth: Add read_local_oob_data management commandSzymon Janc2011-03-313-0/+15
| | * | | Bluetooth: Remove unused struct itemGustavo F. Padovan2011-03-311-1/+0
| | * | | Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2011-03-312-0/+11
| | * | | Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg2011-03-311-0/+5
| | * | | Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2011-03-312-4/+6
| | |/ /
| * | | cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen2011-03-301-0/+9
| |/ /
* | | caif: code cleanupStephen Hemminger2011-04-115-112/+7
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-1116-20/+20
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-113-5/+17
| |\ \ \
| * \ \ \ Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-0716-20/+20
| |\ \ \ \
| | * | | | Fix common misspellingsLucas De Marchi2011-03-3116-20/+20
| | | |/ / | | |/| |
* | | | | Disable rp_filter for IPsec packetsMichael Smith2011-04-101-0/+9
* | | | | fib_validate_source(): pass sk_buff instead of markMichael Smith2011-04-101-3/+3
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-073-5/+17
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi2011-04-071-2/+3
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-061-2/+13
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | mac80211: fix comment regarding aggregation buf_sizeJohannes Berg2011-04-041-2/+13
| | |/ /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-051-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom2011-04-041-1/+1
* | | | net: fix skb_add_data_nocache() to calc csum correctlyWei Yongjun2011-04-061-7/+8
* | | | net: Allow no-cache copy from user on transmitTom Herbert2011-04-041-0/+53
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-042-1/+3
|\ \ \ \ | |/ / /
| * | | sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun2011-04-011-1/+1
| |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-011-0/+2
| |\ \
| | * | Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-241-0/+2
* | | | net: Order ports in same order as addresses in flow objects.David S. Miller2011-03-311-3/+3
* | | | ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller2011-03-311-36/+24
* | | | net: Add helper flowi4_init_output().David S. Miller2011-03-311-0/+21
|/ / /
* | | net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs2011-03-302-0/+24
| |/ |/|
* | xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-281-0/+22
* | rose: Add length checks to CALL_REQUEST parsingBen Hutchings2011-03-271-1/+7
* | dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-271-1/+1
* | route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert2011-03-251-2/+2
* | ipv4: Fix nexthop caching wrt. scoping.David S. Miller2011-03-241-3/+3
* | ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller2011-03-242-2/+11
* | net_sched: fix THROTTLED/RUNNING raceEric Dumazet2011-03-241-4/+4
* | ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal2011-03-221-1/+1