aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-02net: 8021q: Add pr_fmtJoe Perches3-9/+14
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda5-7/+99
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda1-0/+68
2011-06-02sctp: Add sysctl support for Auto-ASCONF.Michio Honda1-0/+7
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda4-4/+206
2011-06-02sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda1-1/+1
2011-05-31Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller31-276/+284
2011-05-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-21/+46
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun3-11/+29
2011-05-31ip_options_compile: properly handle unaligned pointerChris Metcalf1-7/+8
2011-05-30batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann1-1/+1
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli1-4/+4
2011-05-30batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli1-1/+1
2011-05-30batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann1-2/+5
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2-16/+16
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann3-3/+4
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann14-72/+65
2011-05-30batman-adv: Remove casts from type x to type xSven Eckelmann2-2/+2
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann3-3/+3
2011-05-30batman-adv: Only use int up and down gw representationSven Eckelmann1-9/+10
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann27-157/+166
2011-05-30batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann1-2/+2
2011-05-30batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann1-1/+1
2011-05-30batman-adv: Print jiffies as unsigned longSven Eckelmann1-1/+1
2011-05-30batman-adv: Annotate functions with format stringsSven Eckelmann2-1/+3
2011-05-30batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann1-2/+1
2011-05-30batman-adv: move neigh_node->if_incoming->if_status check in find_router()Antonio Quartulli2-3/+3
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+19
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2-3/+400
2011-05-27SUNRPC: Remove obsolete commentChuck Lever1-4/+0
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2-14/+85
2011-05-27SUNRPC: Clean up use of curly braces in switch casesChuck Lever1-9/+8
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever1-12/+12
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-3/+9
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-35/+92
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2-0/+2
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet1-15/+27
2011-05-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2011-05-27atm: expose ATM device index in sysfsDan Williams1-0/+10
2011-05-27Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller3-11/+24
2011-05-27mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.cJesper Juhl1-1/+0
2011-05-27mac80211: clear local->ps_data on disassocEliad Peller1-0/+1
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom1-8/+19
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds2-2/+2
2011-05-26mac80211: stop queues before rate control updationRajkumar Manoharan1-0/+6
2011-05-26nl80211: fix check for valid SSID size in scan operationsLuciano Coelho1-2/+2