summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_david' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-11-2614-182/+202
|\
| * batman-adv: Fix range check for expected packetsSimon Wunderlich2011-11-201-1/+1
| * batman-adv: check for tt_reponse packet real lengthAntonio Quartulli2011-11-201-0/+9
| * batman-adv: linearise the tt_response skb only if neededAntonio Quartulli2011-11-201-5/+6
| * batman-adv: directly write tt entries without bufferingSimon Wunderlich2011-11-201-55/+2
| * batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-207-36/+47
| * batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli2011-11-201-3/+3
| * batman-adv: refactoring gateway handling codeMarek Lindner2011-11-203-75/+126
| * batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann2011-11-202-4/+4
| * batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli2011-11-201-2/+3
| * batman-adv: update internal version numberSven Eckelmann2011-11-201-1/+1
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-2/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-2253-282/+262
* | atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]2011-11-221-3/+11
* | atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]2011-11-225-27/+31
* | atm: clip: move clip_devs check to clip_pushJorge Boncompte [DTI2]2011-11-221-7/+10
* | atm: clip: Don't move counters backwardsJorge Boncompte [DTI2]2011-11-221-9/+1
* | atm: br2684: Do not move counters backwardsJorge Boncompte [DTI2]2011-11-221-8/+1
* | xfrm: optimize ipv4 selector matchingAlexey Dobriyan2011-11-221-2/+2
* | net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-226-1/+389
* | netfilter: use jump_label for nf_hooksEric Dumazet2011-11-211-1/+12
* | RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-4/+2
* | irttp: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-2114-75/+92
|\ \
| * | ipv4: fix redirect handlingEric Dumazet2011-11-181-51/+59
| * | ping: dont increment ICMP_MIB_INERRORSEric Dumazet2011-11-181-2/+0
| * | bridge: correct IPv6 checksum after pullstephen hemminger2011-11-161-0/+2
| * | tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet2011-11-161-0/+1
| * | net/packet: Revert incorrect dead-code changes to prb_setup_retire_blk_timerJesper Juhl2011-11-151-2/+4
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-144-4/+14
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-114-4/+14
| | |\ \
| | | * | mac80211: fix race between connection monitor & suspendJohannes Berg2011-11-091-1/+1
| | | * | cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez2011-11-091-0/+3
| | | * | mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg2011-11-091-0/+4
| | | * | mac80211: fix NULL dereference in radiotap codeJohannes Berg2011-11-091-3/+6
| * | | | net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski2011-11-141-2/+2
| * | | | bridge: Fix potential deadlock on br->multicast_lockAndrey Vagin2011-11-141-2/+2
| * | | | ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer2011-11-141-1/+7
| * | | | rds: drop "select LLIST"Paul Bolle2011-11-141-1/+0
| * | | | net/packet: remove dead code and unneeded variable from prb_setup_retire_blk_...Jesper Juhl2011-11-141-4/+2
| * | | | ah: Don't return NET_XMIT_DROP on input.Nick Bowler2011-11-132-4/+0
| |/ / /
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-096-20/+47
| |\ \ \
| | * | | Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville2011-11-096-20/+47
| | |\| |
| * | | | ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei2011-11-091-0/+1
| * | | | ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2011-11-092-4/+4
| * | | | ah: Correctly pass error codes in ahash output callback.Nick Bowler2011-11-092-4/+0
* | | | | Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma2011-11-181-11/+95
* | | | | ip_gre: Set needed_headroom dynamically againHerbert Xu2011-11-181-0/+2
* | | | | packet: Add needed_tailroom to packet_sendmsg_spktHerbert Xu2011-11-181-1/+2
* | | | | net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-185-15/+30