summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet
2012-09-27inetpeer: fix token initializationNicolas Dichtel
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch
2012-09-27ipv6: gre: remove ip6gre_header_parse()Eric Dumazet
2012-09-27net: remove sk_init() helperEric Dumazet
2012-09-27pkt_sched: Fix warning false positives.David S. Miller
2012-09-27nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger
2012-09-27gre: fix handling of key 0stephen hemminger
2012-09-27l2tp: fix return value checkWei Yongjun
2012-09-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt
2012-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet
2012-09-25Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet
2012-09-25net: raw: revert unrelated changeEric Dumazet
2012-09-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso
2012-09-24netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal
2012-09-23batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing
2012-09-23batman-adv: Fix change mac address of soft iface.Def
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik
2012-09-22netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-21libceph: only kunmap kmapped pagesAlex Elder
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun