Age | Commit message (Expand) | Author |
2016-01-04 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek |
2016-01-04 | soreuseport: fast reuseport UDP socket selection | Craig Gallek |
2016-01-04 | soreuseport: define reuseport groups | Craig Gallek |
2016-01-04 | Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | David S. Miller |
2016-01-04 | udp: properly support MSG_PEEK with truncated buffers | Eric Dumazet |
2016-01-04 | l2tp: rely on ppp layer for skb scrubbing | Guillaume Nault |
2015-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2015-12-31 | ethtool: Add phy statistics | Andrew Lunn |
2015-12-30 | sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp... | Xin Long |
2015-12-30 | net, socket, socket_wq: fix missing initialization of flags | Nicolai Stange |
2015-12-29 | openvswitch: Fix template leak in error cases. | Joe Stringer |
2015-12-29 | NFC: nci: memory leak in nci_core_conn_create() | Dan Carpenter |
2015-12-29 | nfc: netlink: HCI event connectivity implementation | Christophe Ricard |
2015-12-29 | NFC: nci: Fix error check of nci_hci_create_pipe() result | Christophe Ricard |
2015-12-29 | NFC: digital: Add Type4A tags support | Shikha Singh |
2015-12-28 | sctp: label accepted/peeled off sockets | Marcelo Ricardo Leitner |
2015-12-28 | sctp: use GFP_USER for user-controlled kmalloc | Marcelo Ricardo Leitner |
2015-12-25 | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar |
2015-12-23 | bridge: use kobj_to_dev instead of to_dev | Geliang Tang |
2015-12-23 | ipv6: honor ifindex in case we receive ll addresses in router advertisements | Hannes Frederic Sowa |
2015-12-22 | tcp: honour SO_BINDTODEVICE for TW_RST case too | Florian Westphal |
2015-12-22 | tcp: send_reset: test for non-NULL sk first | Florian Westphal |
2015-12-22 | addrconf: always initialize sysctl table data | WANG Cong |
2015-12-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2015-12-22 | net: tcp: deal with listen sockets properly in tcp_abort. | Lorenzo Colitti |
2015-12-22 | ipv6/addrlabel: fix ip6addrlbl_get() | Andrey Ryabinin |
2015-12-22 | switchdev: bridge: Pass ageing time as clock_t instead of jiffies | Ido Schimmel |
2015-12-22 | RDS: don't pretend to use cpu notifiers | Sebastian Andrzej Siewior |
2015-12-22 | net-sysfs: use to_net_dev in net_namespace() | Geliang Tang |
2015-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2015-12-20 | 6lowpan: fix debugfs interface entry name | Alexander Aring |
2015-12-20 | Bluetooth: use list_for_each_entry* | Geliang Tang |
2015-12-18 | openvswitch: correct encoding of set tunnel action attributes | Simon Horman |
2015-12-18 | ipip: ioctl: Remove superfluous IP-TTL handling. | Pravin B Shelar |
2015-12-18 | tcp: diag: add support for request sockets to tcp_abort() | Eric Dumazet |
2015-12-18 | bpf: fix misleading comment in bpf_convert_filter | Daniel Borkmann |
2015-12-18 | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann |
2015-12-18 | bpf: add bpf_skb_load_bytes helper | Daniel Borkmann |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2015-12-18 | net: Allow accepted sockets to be bound to l3mdev domain | David Ahern |
2015-12-18 | ipv6: addrconf: use stable address generator for ARPHRD_NONE | Bjørn Mork |
2015-12-18 | ila: add NETFILTER dependency | Arnd Bergmann |
2015-12-18 | netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL key | Florian Westphal |
2015-12-18 | netfilter: nf_tables: use skb->protocol instead of assuming ethernet header | Pablo Neira Ayuso |
2015-12-18 | netfilter: meta: add support for setting skb->pkttype | Florian Westphal |
2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-12-17 | net: check both type and procotol for tcp sockets | WANG Cong |
2015-12-17 | tcp: restore fastopen with no data in SYN packet | Eric Dumazet |