summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipconfig: fix trivial build errorAndy Shevchenko2012-09-251-11/+11
* net: raw: revert unrelated changeEric Dumazet2012-09-251-12/+7Star
* 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/+144Star
* 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/+21Star
| * 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/+207Star
| * netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt2012-09-219-212/+181Star
| * netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber2012-09-211-3/+1Star
| * 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-231-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/+2Star
* | 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/+17Star
* ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-10/+0Star
* ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-192-99/+38Star
* 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/+4Star
* 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/+1Star
* net: more accurate network taps in transmit pathEric Dumazet2012-09-191-3/+6
* net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller2012-09-171-7/+0Star
* llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings2012-09-171-87/+4Star
* llc2: Remove explicit indexing of state action arraysBen Hutchings2012-09-171-4/+4
* llc2: Remove the station send queueBen Hutchings2012-09-171-32/+2Star
* llc2: Collapse the station event receive pathBen Hutchings2012-09-171-81/+6Star
* llc2: Remove dead code for state machineBen Hutchings2012-09-171-395/+9Star
* llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings2012-09-171-12/+4Star