aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsDavid Howells1-0/+1
2011-03-02dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid1-4/+81
2011-03-02dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid1-0/+69
2011-03-02net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend1-1/+1
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller1-6/+0
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller27-179/+214
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller13-83/+103
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller19-145/+126
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-2/+6
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt1-0/+4
2011-03-01dccp: fix oops on Reset after closeGerrit Renker1-4/+3
2011-03-01inet: Replace left-over references to inet->corkHerbert Xu1-2/+2
2011-03-01pfkey: fix warningStephen Hemminger1-1/+1
2011-03-01ipv6: Make icmp route lookup code a bit clearer.David S. Miller1-51/+66
2011-03-01Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc1-9/+5
2011-03-01Bluetooth: Use variable name instead of type in sizeof()Szymon Janc1-1/+1
2011-03-01Bluetooth: Remove unused code from get_connectionsSzymon Janc1-6/+2
2011-03-01Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc1-1/+1
2011-03-01Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc1-1/+3
2011-03-01ipv4: Make icmp route lookup code a bit clearer.David S. Miller1-79/+96
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller6-57/+46
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov1-2/+2
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller2-9/+7
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller4-8/+7
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-6/+6
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller8-10/+11
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller3-3/+8
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller8-10/+10
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller5-5/+5
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller9-162/+134
2011-03-01udp: Add lockless transmit pathHerbert Xu1-1/+14
2011-03-01udp: Switch to ip_finish_skbHerbert Xu1-33/+50
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu1-14/+51
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu1-98/+140
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu3-5/+0
2011-03-01mac80211: make rate control Kconfig warning depend on mac80211Johannes Berg1-1/+1
2011-03-01mac80211: add support for showing the last rx bitrateFelix Fietkau3-10/+36
2011-03-01cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau1-19/+37
2011-02-28net: TX timestamps for IPv6 UDP packetsAnders Berggren1-0/+17
2011-02-28llc: avoid skb_clone() if there is only one handlerChangli Gao1-12/+13
2011-02-28netlink: handle errors from netlink_dump()Andrey Vagin1-4/+14
2011-02-28Bluetooth: Fix BT_L2CAP and BT_SCO in KconfigGustavo F. Padovan1-2/+4
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller1-88/+31
2011-02-28netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso1-2/+2
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller1-4/+8
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2-5/+5
2011-02-27bond: service netpoll arp queue on master deviceAmerigo Wang1-0/+11
2011-02-27netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang1-2/+0
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo4-12/+14
2011-02-27Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc1-0/+52