summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | net: use bigger pages in __netdev_alloc_fragEric Dumazet2012-09-271-16/+30
| * | | | | | | | tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch2012-09-271-3/+2
| * | | | | | | | ipv6: gre: remove ip6gre_header_parse()Eric Dumazet2012-09-271-8/+0
| * | | | | | | | net: remove sk_init() helperEric Dumazet2012-09-272-19/+0
| * | | | | | | | pkt_sched: Fix warning false positives.David S. Miller2012-09-272-2/+2
| * | | | | | | | nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov2012-09-271-1/+1
| * | | | | | | | tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-273-63/+71
| * | | | | | | | xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-273-19/+1
| * | | | | | | | gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-272-25/+10
| * | | | | | | | gre: fix handling of key 0stephen hemminger2012-09-271-10/+34
| * | | | | | | | ipconfig: fix trivial build errorAndy Shevchenko2012-09-251-11/+11
| * | | | | | | | net: raw: revert unrelated changeEric Dumazet2012-09-251-12/+7
| * | | | | | | | filter: add XOR instruction for use with X/KDaniel Borkmann2012-09-241-3/+9
| * | | | | | | | net: use a per task frag allocatorEric Dumazet2012-09-248-185/+144
| * | | | | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-2432-617/+693
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso2012-09-241-2/+7
| | * | | | | | | | netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso2012-09-241-3/+7
| | * | | | | | | | netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso2012-09-243-2/+26
| | * | | | | | | | netfilter: xt_time: add support to ignore day transitionFlorian Westphal2012-09-241-1/+23
| | * | | | | | | | netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik2012-09-226-20/+50
| | * | | | | | | | netfilter: ipset: Coding style fixesJozsef Kadlecsik2012-09-222-5/+8
| | * | | | | | | | netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik2012-09-2211-39/+72
| | * | | | | | | | netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-221-23/+21
| | * | | | | | | | netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-216-10/+13
| | * | | | | | | | netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik2012-09-217-33/+39
| | * | | | | | | | netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt2012-09-219-230/+207
| | * | | | | | | | netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt2012-09-219-212/+181
| | * | | | | | | | netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber2012-09-211-3/+1
| | * | | | | | | | netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy2012-09-212-0/+4
| | * | | | | | | | netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso2012-09-211-55/+55
| * | | | | | | | | tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell2012-09-221-0/+2
| * | | | | | | | | tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell2012-09-221-1/+2
| * | | | | | | | | tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell2012-09-221-4/+6
| * | | | | | | | | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell2012-09-223-4/+11
| * | | | | | | | | tcp: extract code to compute SYNACK RTTNeal Cardwell2012-09-222-6/+2
| * | | | | | | | | ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz2012-09-211-3/+36
| * | | | | | | | | l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang2012-09-211-0/+1
| |/ / / / / / / /
| * | | | | | | | tcp: Document use of undefined variable.Alan Cox2012-09-201-0/+4
| * | | | | | | | ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2012-09-202-2/+7
| * | | | | | | | ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-194-21/+17
| * | | | | | | | ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-10/+0
| * | | | | | | | ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-192-99/+38
| * | | | | | | | ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2012-09-191-42/+95
| * | | | | | | | netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2012-09-192-4/+4
| * | | | | | | | netdev: make address const in device address managementstephen hemminger2012-09-193-24/+26
| * | | | | | | | gre: add GSO supportEric Dumazet2012-09-191-0/+12
| * | | | | | | | net: provide a default dev->ethtool_opsEric Dumazet2012-09-192-12/+4
| * | | | | | | | net: dev: fix incorrect getting net device's nameGao feng2012-09-191-8/+20
| * | | | | | | | ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing2012-09-191-5/+1
| * | | | | | | | net: more accurate network taps in transmit pathEric Dumazet2012-09-191-3/+6
OpenPOWER on IntegriCloud