Age | Commit message (Expand) | Author |
2018-06-05 | net: ipv6: Generate random IID for addresses on RAWIP devices | Subash Abhinov Kasiviswanathan |
2018-06-05 | tcp: refactor tcp_ecn_check_ce to remove sk type cast | Yousuk Seung |
2018-06-05 | net/ipv6: prevent use after free in ip6_route_mpath_notify | David Ahern |
2018-06-05 | l2tp: fix refcount leakage on PPPoL2TP sockets | Guillaume Nault |
2018-06-04 | net: sched: return error code when tcf proto is not found | Vlad Buslov |
2018-06-04 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2018-06-04 | net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets | Maciej Żenczykowski |
2018-06-04 | net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization | Maciej Żenczykowski |
2018-06-04 | cls_flower: Fix comparing of old filter mask with new filter | Paul Blakey |
2018-06-04 | cls_flower: Fix missing free of rhashtable | Paul Blakey |
2018-06-04 | rxrpc: Fix handling of call quietly cancelled out on server | David Howells |
2018-06-04 | ipv6: omit traffic class when calculating flow hash | Michal Kubecek |
2018-06-04 | Revert "ipv6: omit traffic class when calculating flow hash" | David S. Miller |
2018-06-04 | ipv6: omit traffic class when calculating flow hash | Michal Kubecek |
2018-06-04 | net/packet: refine check for priv area size | Eric Dumazet |
2018-06-04 | vrf: check the original netdevice for generating redirect | Stephen Suryaputra |
2018-06-03 | net/ncsi: Avoid GFP_KERNEL in response handler | Samuel Mendoza-Jonas |
2018-06-03 | net/smc: fix error return code in smc_setsockopt() | Wei Yongjun |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-06-03 | netfilter: nf_tables: handle chain name lookups via rhltable | Florian Westphal |
2018-06-03 | netfilter: nf_tables: add connlimit support | Pablo Neira Ayuso |
2018-06-03 | netfilter: nf_tables: add destroy_clone expression | Pablo Neira Ayuso |
2018-06-03 | netfilter: nf_tables: garbage collection for stateful expressions | Pablo Neira Ayuso |
2018-06-03 | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy() | Pablo Neira Ayuso |
2018-06-03 | netfilter: nf_conncount: expose connection list interface | Pablo Neira Ayuso |
2018-06-03 | netfilter: nf_tables: pass context to object destroy indirection | Pablo Neira Ayuso |
2018-06-03 | netfilter: Libify xt_TPROXY | Máté Eckl |
2018-06-03 | netfilter: Decrease code duplication regarding transparent socket option | Máté Eckl |
2018-06-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2018-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2018-06-01 | ip6_tunnel: remove magic mtu value 0xFFF8 | Nicolas Dichtel |
2018-06-01 | ip_tunnel: restore binding to ifaces with a large mtu | Nicolas Dichtel |
2018-06-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-06-01 | net: sched: split tc_ctl_tfilter into three handlers | Vlad Buslov |
2018-06-01 | rtnetlink: Fix null-ptr-deref in rtnl_newlink | Prashant Bhole |
2018-06-01 | kcm: Fix use-after-free caused by clonned sockets | Kirill Tkhai |
2018-06-01 | ipvs: add ipv6 support to ftp | Julian Anastasov |
2018-06-01 | ipvs: add full ipv6 support to nfct | Julian Anastasov |
2018-06-01 | netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer | Pablo Neira Ayuso |
2018-06-01 | netfilter: nfnetlink: Remove VLA usage | Kees Cook |
2018-06-01 | netfilter: nf_flow_table: attach dst to skbs | Jason A. Donenfeld |
2018-06-01 | netfilter: nf_tables: fix chain dependency validation | Pablo Neira Ayuso |
2018-06-01 | netfilter: nf_tables: Add audit support to log statement | Phil Sutter |
2018-06-01 | netfilter: nf_tables: add support for native socket matching | Máté Eckl |
2018-06-01 | netfilter: fix ptr_ret.cocci warnings | kbuild test robot |
2018-05-31 | net-sysfs: Fix memory leak in XPS configuration | Alexander Duyck |
2018-05-31 | rtnetlink: Remove VLA usage | Kees Cook |
2018-05-31 | net/ncsi: Fix array size in dumpit handler | Samuel Mendoza-Jonas |
2018-05-31 | cls_flower: Fix incorrect idr release when failing to modify rule | Paul Blakey |