summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-134/+197
2012-09-28net: use bigger pages in __netdev_alloc_fragEric Dumazet1-16/+30
2012-09-28inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-09-28tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch1-3/+2
2012-09-28ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-28net: remove sk_init() helperEric Dumazet2-19/+0
2012-09-28pkt_sched: Fix warning false positives.David S. Miller2-2/+2
2012-09-28nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-28tunnel: drop packet if ECN present with not-ECTstephen hemminger3-63/+71
2012-09-28xfrm: remove extranous rcu_read_lockstephen hemminger3-19/+1
2012-09-28gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2-25/+10
2012-09-28gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-27l2tp: fix return value checkWei Yongjun1-6/+6
2012-09-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-4/+4
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt1-4/+4
2012-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-39/+71
2012-09-26ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-09-25Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-8/+12
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko1-11/+11
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet1-11/+10
2012-09-25net: raw: revert unrelated changeEric Dumazet1-12/+7
2012-09-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-4/+28
2012-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+1
2012-09-25net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-09-25filter: add XOR instruction for use with X/KDaniel Borkmann1-3/+9
2012-09-25net: use a per task frag allocatorEric Dumazet8-185/+144
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller32-617/+693
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso1-2/+7
2012-09-24netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso1-3/+7
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso3-2/+26
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal1-1/+23
2012-09-24batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing1-6/+7
2012-09-24batman-adv: Fix change mac address of soft iface.Def1-2/+5
2012-09-23tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-23netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik6-20/+50
2012-09-23netfilter: ipset: Coding style fixesJozsef Kadlecsik2-5/+8
2012-09-23netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik11-39/+72
2012-09-23netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik1-23/+21
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell3-4/+11
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell2-6/+2
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+28
2012-09-22libceph: only kunmap kmapped pagesAlex Elder1-4/+1
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik6-10/+13
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik7-33/+39
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz1-3/+36
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang6-17/+17
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun1-0/+4