summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-14netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-06-14dcbnl: Use type safe nlmsg_data()Thomas Graf1-1/+1
2012-06-14dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf1-25/+22
2012-06-14dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf1-46/+35
2012-06-14dcbnl: Return consistent error codesThomas Graf1-135/+138
2012-06-14dcbnl: Use dcbnl_newmsg() where possibleThomas Graf1-14/+2
2012-06-14dcbnl: Remove now unused dcbnl_reply()Thomas Graf1-37/+0
2012-06-14dcbnl: Shorten all command handling functionsThomas Graf1-550/+172
2012-06-14dcbnl: Prepare framework to shorten handling functionsThomas Graf1-0/+71
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-9/+91
2012-06-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville22-1442/+2464
2012-06-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-4/+12
2012-06-13mac80211: stop polling in disassociationDavid Spinadel1-2/+2
2012-06-13mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller1-0/+3
2012-06-13cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-53/+71
2012-06-13ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado3-29/+20
2012-06-13ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf3-11/+27
2012-06-13Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2-34/+43
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville46-1633/+1644
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+4
2012-06-12mac80211: add missing kernel-docAshok Nagarajan1-0/+3
2012-06-12af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net1-1/+1
2012-06-12netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2-3/+3
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller22-511/+1187
2012-06-11Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville10-264/+530
2012-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+4
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-5/+79
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller2-9/+12
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller2-8/+14
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller2-0/+8
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller2-1/+29
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller3-68/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller4-51/+67
2012-06-10inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller4-13/+6
2012-06-10af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-10ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-10inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller3-12/+4
2012-06-10inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller3-49/+74
2012-06-10Bluetooth: Fix style in hidp codeGustavo Padovan1-1/+2
2012-06-10[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller3-30/+20
2012-06-09cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-06-09mac80211: add some missing kernel-docJohannes Berg1-0/+2
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller3-30/+17
2012-06-09inet: Create and use rt{,6}_get_peer_create().David S. Miller8-52/+24
2012-06-09net/core: fix kernel-doc warningsRandy Dunlap2-3/+3
2012-06-09Bluetooth: Add support for encryption key refreshJohan Hedberg1-0/+48
2012-06-09l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-06-09af_unix: speedup /proc/net/unixEric Dumazet2-48/+68