| Commit message (Expand) | Author | Age |
* | ipconfig: fix trivial build error | Andy Shevchenko | 2012-09-25 |
* | net: raw: revert unrelated change | Eric Dumazet | 2012-09-25 |
* | filter: add XOR instruction for use with X/K | Daniel Borkmann | 2012-09-24 |
* | net: use a per task frag allocator | Eric Dumazet | 2012-09-24 |
* | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2012-09-24 |
|\ |
|
| * | netfilter: nfnetlink_queue: add NFQA_CAP_LEN attribute | Pablo Neira Ayuso | 2012-09-24 |
| * | netfilter: nfnetlink_queue: fix maximum packet length to userspace | Pablo Neira Ayuso | 2012-09-24 |
| * | netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entries | Pablo Neira Ayuso | 2012-09-24 |
| * | netfilter: xt_time: add support to ignore day transition | Florian Westphal | 2012-09-24 |
| * | netfilter: ipset: Support to match elements marked with "nomatch" | Jozsef Kadlecsik | 2012-09-22 |
| * | netfilter: ipset: Coding style fixes | Jozsef Kadlecsik | 2012-09-22 |
| * | netfilter: ipset: Include supported revisions in module description | Jozsef Kadlecsik | 2012-09-22 |
| * | netfilter: ipset: Add /0 network support to hash:net,iface type | Jozsef Kadlecsik | 2012-09-22 |
| * | netfilter: ipset: Check and reject crazy /0 input parameters | Jozsef Kadlecsik | 2012-09-21 |
| * | netfilter: ipset: Fix sparse warnings "incorrect type in assignment" | Jozsef Kadlecsik | 2012-09-21 |
| * | netfilter: combine ipt_REDIRECT and ip6t_REDIRECT | Jan Engelhardt | 2012-09-21 |
| * | netfilter: combine ipt_NETMAP and ip6t_NETMAP | Jan Engelhardt | 2012-09-21 |
| * | netfilter: nf_nat: remove obsolete rcu_read_unlock call | Ulrich Weber | 2012-09-21 |
| * | netfilter: nf_nat: fix oops when unloading protocol modules | Patrick McHardy | 2012-09-21 |
| * | netfilter: fix IPv6 NAT dependencies in Kconfig | Pablo Neira Ayuso | 2012-09-21 |
* | | tcp: TCP Fast Open Server - record retransmits after 3WHS | Neal Cardwell | 2012-09-22 |
* | | tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets | Neal Cardwell | 2012-09-22 |
* | | tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTT | Neal Cardwell | 2012-09-22 |
* | | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS | Neal Cardwell | 2012-09-22 |
* | | tcp: extract code to compute SYNACK RTT | Neal Cardwell | 2012-09-22 |
* | | ipconfig: add nameserver IPs to kernel-parameter ip= | Christoph Fritz | 2012-09-21 |
* | | l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y | Amerigo Wang | 2012-09-21 |
|/ |
|
* | tcp: Document use of undefined variable. | Alan Cox | 2012-09-20 |
* | ipv4: Don't add TCP-code in inet_sock_destruct | Christoph Paasch | 2012-09-20 |
* | ipv6: unify fragment thresh handling code | Amerigo Wang | 2012-09-19 |
* | ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline | Amerigo Wang | 2012-09-19 |
* | ipv6: unify conntrack reassembly expire code with standard one | Amerigo Wang | 2012-09-19 |
* | ipv6: add a new namespace for nf_conntrack_reasm | Amerigo Wang | 2012-09-19 |
* | netpoll: call ->ndo_select_queue() in tx path | Amerigo Wang | 2012-09-19 |
* | netdev: make address const in device address management | stephen hemminger | 2012-09-19 |
* | gre: add GSO support | Eric Dumazet | 2012-09-19 |
* | net: provide a default dev->ethtool_ops | Eric Dumazet | 2012-09-19 |
* | net: dev: fix incorrect getting net device's name | Gao feng | 2012-09-19 |
* | ipv6: recursive check rt->dst.from when call rt6_check_expired | Li RongQing | 2012-09-19 |
* | net: more accurate network taps in transmit path | Eric Dumazet | 2012-09-19 |
* | net/tipc/name_table.c: Remove unecessary semicolon | Peter Senna Tschudin | 2012-09-18 |
* | net/openvswitch/vport.c: Remove unecessary semicolon | Peter Senna Tschudin | 2012-09-18 |
* | net/ieee802154/6lowpan.c: Remove unecessary semicolon | Peter Senna Tschudin | 2012-09-18 |
* | llc: Remove stray reference to sysctl_llc_station_ack_timeout. | David S. Miller | 2012-09-17 |
* | llc2: Collapse remainder of state machine into simple if-else if-statement | Ben Hutchings | 2012-09-17 |
* | llc2: Remove explicit indexing of state action arrays | Ben Hutchings | 2012-09-17 |
* | llc2: Remove the station send queue | Ben Hutchings | 2012-09-17 |
* | llc2: Collapse the station event receive path | Ben Hutchings | 2012-09-17 |
* | llc2: Remove dead code for state machine | Ben Hutchings | 2012-09-17 |
* | llc2: Remove pointless indirection through llc_stat_state_trans_end | Ben Hutchings | 2012-09-17 |