Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | netfilter: improve flow table Kconfig dependencies | Arnd Bergmann | 2018-01-10 | 1 | -1/+2 | |
| | * | | | | | | netfilter: nf_tables: get rid of struct nft_af_info abstraction | Pablo Neira Ayuso | 2018-01-10 | 2 | -45/+4 | |
| | * | | | | | | netfilter: nf_tables: get rid of pernet families | Pablo Neira Ayuso | 2018-01-10 | 2 | -64/+17 | |
| | * | | | | | | netfilter: nf_tables: remove nhooks field from struct nft_af_info | Pablo Neira Ayuso | 2018-01-10 | 2 | -2/+0 | |
| * | | | | | | | tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR | Yuchung Cheng | 2018-01-19 | 2 | -1/+3 | |
| * | | | | | | | tcp: avoid min-RTT overestimation from delayed ACKs | Yuchung Cheng | 2018-01-19 | 1 | -2/+21 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-17 | 4 | -2/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 2018-01-16 | 12 | -20/+0 | |
| * | | | | | | | | net: Convert atomic_t net::count to refcount_t | Kirill Tkhai | 2018-01-15 | 2 | -3/+3 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-11 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tcp: make local function tcp_recv_timestamp static | Wei Yongjun | 2018-01-10 | 1 | -2/+2 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-01-08 | 18 | -160/+359 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | netfilter: flow table support for the mixed IPv4/IPv6 family | Pablo Neira Ayuso | 2018-01-08 | 1 | -1/+2 | |
| | * | | | | | | | | netfilter: flow table support for IPv4 | Pablo Neira Ayuso | 2018-01-08 | 3 | -0/+294 | |
| | * | | | | | | | | netfilter: remove defensive check on malformed packets from raw sockets | Pablo Neira Ayuso | 2018-01-08 | 8 | -59/+1 | |
| | * | | | | | | | | netfilter: remove struct nf_afinfo and its helper functions | Pablo Neira Ayuso | 2018-01-08 | 1 | -10/+0 | |
| | * | | | | | | | | netfilter: remove route_key_size field in struct nf_afinfo | Pablo Neira Ayuso | 2018-01-08 | 1 | -1/+0 | |
| | * | | | | | | | | netfilter: move reroute indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 2018-01-08 | 1 | -4/+4 | |
| | * | | | | | | | | netfilter: move route indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 2018-01-08 | 1 | -3/+3 | |
| | * | | | | | | | | netfilter: remove saveroute indirection in struct nf_afinfo | Pablo Neira Ayuso | 2018-01-08 | 1 | -28/+0 | |
| | * | | | | | | | | netfilter: move checksum_partial indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 2018-01-08 | 1 | -4/+4 | |
| | * | | | | | | | | netfilter: move checksum indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 2018-01-08 | 1 | -1/+0 | |
| | * | | | | | | | | netfilter: nf_tables: remove hooks from family definition | Pablo Neira Ayuso | 2018-01-08 | 2 | -11/+11 | |
| | * | | | | | | | | netfilter: nf_tables: remove multihook chains and families | Pablo Neira Ayuso | 2018-01-08 | 2 | -2/+0 | |
| | * | | | | | | | | netfilter: nf_tables_inet: don't use multihook infrastructure anymore | Pablo Neira Ayuso | 2018-01-08 | 1 | -2/+1 | |
| | * | | | | | | | | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path | Pablo Neira Ayuso | 2018-01-08 | 4 | -4/+8 | |
| | * | | | | | | | | netfilter: nf_tables_arp: don't set forward chain | Pablo Neira Ayuso | 2018-01-08 | 1 | -1/+0 | |
| | * | | | | | | | | netfilter: core: only allow one nat hook per hook point | Florian Westphal | 2018-01-08 | 1 | -0/+4 | |
| | * | | | | | | | | netfilter: xtables: add and use xt_request_find_table_lock | Florian Westphal | 2018-01-08 | 2 | -28/+24 | |
| | * | | | | | | | | netfilter: don't allocate space for arp/bridge hooks unless needed | Florian Westphal | 2018-01-08 | 1 | -0/+2 | |
| | * | | | | | | | | netfilter: conntrack: timeouts can be const | Florian Westphal | 2018-01-08 | 1 | -1/+1 | |
| | * | | | | | | | | netfilter: conntrack: l4 protocol trackers can be const | Florian Westphal | 2018-01-08 | 1 | -1/+1 | |
| | * | | | | | | | | netfilter: conntrack: constify list of builtin trackers | Florian Westphal | 2018-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions | Stefano Brivio | 2018-01-08 | 1 | -1/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | net: revert "Update RFS target at poll for tcp/udp" | Soheil Hassas Yeganeh | 2018-01-05 | 2 | -4/+0 | |
| * | | | | | | | | ip: do not set RFS core on error queue reads | Soheil Hassas Yeganeh | 2018-01-05 | 1 | -1/+2 | |
| * | | | | | | | | net: tcp: Remove TCP probe module | Masami Hiramatsu | 2018-01-02 | 2 | -302/+0 | |
| * | | | | | | | | net: tcp: Add trace events for TCP congestion window tracing | Masami Hiramatsu | 2018-01-02 | 1 | -0/+3 | |
| * | | | | | | | | inet_diag: Add equal-operator for ports | Kristian Evensen | 2018-01-02 | 1 | -0/+8 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-29 | 1 | -1/+11 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | tcp: do not allocate linear memory for zerocopy skbs | Willem de Bruijn | 2017-12-27 | 1 | -4/+7 | |
| * | | | | | | | | tcp: place all zerocopy payload in frags | Willem de Bruijn | 2017-12-27 | 1 | -4/+5 | |
| * | | | | | | | | tcp: push full zerocopy packets | Willem de Bruijn | 2017-12-27 | 1 | -1/+3 | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-12-27 | 3 | -69/+45 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | esp: Don't require synchronous crypto fallback on offloading anymore. | Steffen Klassert | 2017-12-20 | 1 | -10/+2 | |
| | * | | | | | | | | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 2017-12-20 | 1 | -3/+21 | |
| | * | | | | | | | | xfrm: Separate ESP handling from segmentation for GRO packets. | Steffen Klassert | 2017-12-20 | 2 | -56/+22 | |
| * | | | | | | | | | net: erspan: remove md NULL check | William Tu | 2017-12-26 | 1 | -5/+0 | |
| * | | | | | | | | | tcp: md5: Handle RCU dereference of md5sig_info | Mat Martineau | 2017-12-26 | 1 | -1/+1 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-22 | 3 | -4/+14 | |
| |\ \ \ \ \ \ \ \ \ |