summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-144/+79
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack1-0/+16
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-139/+74
2012-04-12net: Fixed coding style issues relating to braces.Jeffrin Jose1-6/+3
2012-04-12net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack1-1/+0
2012-04-12net/core: simple_strtoul cleanupShuah Khan1-3/+2
2012-04-12Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff1-1/+3
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-25/+47
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+5
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-11bridge: Do not send queries on multicast group leavesHerbert Xu2-85/+0
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich7-5/+89
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2-6/+116
2012-04-11batman-adv: drop STP over batmanSimon Wunderlich1-0/+8
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich5-0/+91
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich4-2/+74
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2-93/+311
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich3-0/+64
2012-04-11batman-adv: make bridge loop avoidance switchableSimon Wunderlich1-0/+2
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich13-10/+1422
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich9-517/+5
2012-04-11batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner1-1/+1
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann2-16/+14
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann6-130/+41
2012-04-11batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli1-13/+13
2012-04-11batman-adv: clean up KconfigAntonio Quartulli1-9/+8
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+5
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-10tcp: restore correct limitEric Dumazet1-2/+1
2012-04-10Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller4-19/+13
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller126-544/+470
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng1-1/+1
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall1-2/+4
2012-04-09nl80211: ensure interface is up in various APIsJohannes Berg1-13/+18
2012-04-09mac80211: fix association beacon wait timeoutJohannes Berg1-2/+1
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-6/+22
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-14/+0
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao1-2/+2
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-74/+71
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-24/+11
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang4-5/+5
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd7-24/+11
2012-04-05net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li2-2/+2