summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev
2017-02-22net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin
2017-02-22l2tp: Avoid schedule while atomic in exit_netRidge Kennedy
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-02-21net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet
2017-02-21tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet
2017-02-21net/hsr: use eth_hw_addr_random()Tobias Klauser
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng
2017-02-21ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser
2017-02-21Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso
2017-02-21netfilter: nfnetlink: remove static declaration from err_listLiping Zhang
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-02-20net: mpls: Add support for netconfDavid Ahern
2017-02-20sctp: add support for MSG_MOREXin Long
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long
2017-02-20openvswitch: Set event bit after initializing labels.Jarno Rajahalme
2017-02-19sctp: check duplicate node before inserting a new transportXin Long
2017-02-19sctp: add reconf chunk eventXin Long
2017-02-19sctp: add reconf chunk processXin Long
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long
2017-02-19netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-02-17irda: Fix lockdep annotations in hashbin_delete().David S. Miller
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGao Feng
2017-02-17rxrpc: Change module filename to rxrpc.koDavid Howells
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann
2017-02-17bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entriesRoopa Prabhu
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2017-02-17bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failureRoopa Prabhu
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu
2017-02-17net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz