summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer8-189/+134
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer4-35/+126
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer12-143/+152
2012-09-28ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer1-6/+2
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer4-10/+10
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-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-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-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang1-0/+1
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt9-230/+207
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt9-212/+181
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber1-3/+1
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy2-0/+4
2012-09-21netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso1-55/+55
2012-09-21tcp: Document use of undefined variable.Alan Cox1-0/+4
2012-09-21ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2-2/+7
2012-09-20ipv6: unify fragment thresh handling codeAmerigo Wang4-21/+17
2012-09-20ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-10/+0
2012-09-20ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2-99/+38
2012-09-20ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang1-42/+95
2012-09-20netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2-4/+4
2012-09-20netdev: make address const in device address managementstephen hemminger3-24/+26
2012-09-19gre: add GSO supportEric Dumazet1-0/+12
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet2-12/+4
2012-09-19net: dev: fix incorrect getting net device's nameGao feng1-8/+20
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing1-5/+1
2012-09-19net: more accurate network taps in transmit pathEric Dumazet1-3/+6
2012-09-19net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-19net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-19net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller1-7/+0
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings1-87/+4
2012-09-17llc2: Remove explicit indexing of state action arraysBen Hutchings1-4/+4
2012-09-17llc2: Remove the station send queueBen Hutchings1-32/+2