Age | Commit message (Expand) | Author |
2017-02-23 | bpf: Fix bpf_xdp_event_output | Martin KaFai Lau |
2017-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-02-22 | tcp: account for ts offset only if tsecr not zero | Alexey Kodanev |
2017-02-22 | tcp: setup timestamp offset when write_seq already set | Alexey Kodanev |
2017-02-22 | net/dccp: fix use after free in tw_timer_handler() | Andrey Ryabinin |
2017-02-22 | l2tp: Avoid schedule while atomic in exit_net | Ridge Kennedy |
2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-02-21 | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2017-02-21 | net: socket: fix recvmmsg not returning error from sock_error | Maxime Jayat |
2017-02-21 | net: napi_watchdog() can use napi_schedule_irqoff() | Eric Dumazet |
2017-02-21 | tcp: Revert "tcp: tcp_probe: use spin_lock_bh()" | Eric Dumazet |
2017-02-21 | net/hsr: use eth_hw_addr_random() | Tobias Klauser |
2017-02-21 | net: sock: Use USEC_PER_SEC macro instead of literal 1000000 | Gao Feng |
2017-02-21 | ip: fix IP_CHECKSUM handling | Paolo Abeni |
2017-02-21 | rtnl: simplify error return path in rtnl_create_link() | Tobias Klauser |
2017-02-21 | Merge branch 'master' of git://blackhole.kfki.hu/nf | Pablo Neira Ayuso |
2017-02-21 | netfilter: nfnetlink: remove static declaration from err_list | Liping Zhang |
2017-02-20 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-02-20 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2017-02-20 | net: mpls: Add support for netconf | David Ahern |
2017-02-20 | sctp: add support for MSG_MORE | Xin Long |
2017-02-20 | sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING | Xin Long |
2017-02-20 | openvswitch: Set event bit after initializing labels. | Jarno Rajahalme |
2017-02-19 | sctp: check duplicate node before inserting a new transport | Xin Long |
2017-02-19 | sctp: add reconf chunk event | Xin Long |
2017-02-19 | sctp: add reconf chunk process | Xin Long |
2017-02-19 | sctp: add a function to verify the sctp reconf chunk | Xin Long |
2017-02-19 | sctp: implement receiver-side procedures for the Incoming SSN Reset Request P... | Xin Long |
2017-02-19 | sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P... | Xin Long |
2017-02-19 | sctp: add support for generating stream ssn reset event notification | Xin Long |
2017-02-19 | sctp: add support for generating stream reconf resp chunk | Xin Long |
2017-02-19 | netfilter: xt_hashlimit: Fix integer divide round to zero. | Alban Browaeys |
2017-02-19 | netfilter: ipset: Null pointer exception in ipset list:set | Vishwanath Pai |
2017-02-19 | Fix bug: sometimes valid entries in hash:* types of sets were evicted | Jozsef Kadlecsik |
2017-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-18 | ipv6: release dst on error in ip6_dst_lookup_tail | Willem de Bruijn |
2017-02-17 | irda: Fix lockdep annotations in hashbin_delete(). | David S. Miller |
2017-02-17 | tcp: use page_ref_inc() in tcp_sendmsg() | Eric Dumazet |
2017-02-17 | tcp: accommodate sequence number to a peer's shrunk receive window caused by ... | Cui, Cheng |
2017-02-17 | rds:Remove unnecessary ib_ring unalloc | Zhu Yanjun |
2017-02-17 | pkt_sched: Remove useless qdisc_stab_lock | Gao Feng |
2017-02-17 | rxrpc: Change module filename to rxrpc.ko | David Howells |
2017-02-17 | rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size | Daniel Borkmann |
2017-02-17 | bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entries | Roopa Prabhu |
2017-02-17 | bpf: make jited programs visible in traces | Daniel Borkmann |
2017-02-17 | bpf: mark all registered map/prog types as __ro_after_init | Daniel Borkmann |
2017-02-17 | dccp: fix freeing skb too early for IPV6_RECVPKTINFO | Andrey Konovalov |
2017-02-17 | bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failure | Roopa Prabhu |
2017-02-17 | tipc: Fix tipc_sk_reinit race conditions | Herbert Xu |
2017-02-17 | net/sched: cls_bpf: Reflect HW offload status | Or Gerlitz |