Age | Commit message (Expand) | Author |
2016-11-04 | net: core: add UID to flows, rules, and routes | Lorenzo Colitti |
2016-11-03 | ipv4: add IP_RECVFRAGSIZE cmsg | Willem de Bruijn |
2016-11-03 | net: ip, raw_diag -- Use jump for exiting from nested loop | Cyrill Gorcunov |
2016-11-03 | net: ip, raw_diag -- Fix socket leaking for destroy request | Cyrill Gorcunov |
2016-11-02 | net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect | Cyrill Gorcunov |
2016-11-02 | tcp: enhance tcp collapsing | Eric Dumazet |
2016-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2016-11-01 | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c | Pablo Neira Ayuso |
2016-11-01 | netfilter: nf_tables: add fib expression | Florian Westphal |
2016-11-01 | net: Enable support for VRF with ipv4 multicast | David Ahern |
2016-10-31 | net: pim: add all RFC7761 message types | Nikolay Aleksandrov |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-10-29 | tcp_bbr: add a state transition diagram and accompanying comment | Neal Cardwell |
2016-10-29 | tcp/dccp: drop SYN packets if accept queue is full | Eric Dumazet |
2016-10-29 | net: ip, diag: include net/inet_sock.h | Arnd Bergmann |
2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg |
2016-10-27 | genetlink: statically initialize families | Johannes Berg |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg |
2016-10-26 | udp: fix IP_CHECKSUM handling | Eric Dumazet |
2016-10-23 | net: ip, diag -- Add diag interface for raw sockets | Cyrill Gorcunov |
2016-10-22 | udp: use it's own memory accounting schema | Paolo Abeni |
2016-10-22 | udp: implement memory accounting helpers | Paolo Abeni |
2016-10-22 | ipv4: use the right lock for ping_group_range | WANG Cong |
2016-10-20 | ipv4/6: use core net MTU range checking | Jarod Wilson |
2016-10-20 | ipv4: disable BH in set_ping_group_range() | Eric Dumazet |
2016-10-20 | udp: must lock the socket in udp_disconnect() | Eric Dumazet |
2016-10-20 | net: add recursion limit to GRO | Sabrina Dubroca |
2016-10-20 | tcp: relax listening_hash operations | Eric Dumazet |
2016-10-19 | tcp: do not export sysctl_tcp_low_latency | Eric Dumazet |
2016-10-18 | tcp: Remove unused but set variable | Tobias Klauser |
2016-10-18 | ipv4: Remove unused but set variable | Tobias Klauser |
2016-10-17 | net: Require exact match for TCP socket lookups if dif is l3mdev | David Ahern |
2016-10-13 | net: ipv4: Do not drop to make_route if oif is l3mdev | David Ahern |
2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-10-07 | cred: simpler, 1D supplementary groups | Alexey Dobriyan |
2016-10-07 | mm: memcontrol: consolidate cgroup socket tracking | Johannes Weiner |
2016-10-07 | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-10-03 | skb_splice_bits(): get rid of callback | Al Viro |
2016-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-30 | net: Suppress the "Comparison to NULL could be written" warnings | Jia He |
2016-09-30 | proc: Reduce cache miss in snmp_seq_show | Jia He |
2016-09-28 | tcp: Change txhash on every SYN and RTO retransmit | Lawrence Brakmo |
2016-09-28 | switchdev: remove FIB offload infrastructure | Jiri Pirko |
2016-09-28 | fib: introduce FIB notification infrastructure | Jiri Pirko |
2016-09-25 | ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route | Nikolay Aleksandrov |
2016-09-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso |
2016-09-25 | netfilter: nf_log: get rid of XT_LOG_* macros | Liping Zhang |
2016-09-25 | netfilter: nft_log: complete NFTA_LOG_FLAGS attr support | Liping Zhang |
2016-09-25 | netfilter: xt_socket: fix transparent match for IPv6 request sockets | KOVACS Krisztian |
2016-09-24 | netfilter: Remove explicit rcu_read_lock in nf_hook_slow | Aaron Conole |