summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-29net: bridge: constify attribute_group structures.Arvind Yadav
2017-06-29net: constify attribute_group structures.Arvind Yadav
2017-06-29net: ipmr: Add ipmr_rtm_getrouteDonald Sharp
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner
2017-06-25af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk
2017-06-25net/iucv: improve endianness handlingHans Wippel
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski
2017-06-23udp: fix poll()Paolo Abeni
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni
2017-06-21ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes
2017-06-21ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes
2017-06-21tcp: md5: hide unused variableArnd Bergmann
2017-06-20igmp: add a missing spin_lock_init()WANG Cong
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych
2017-06-20sctp: handle errors when updating asocXin Long
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long
2017-06-20dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long
2017-06-20dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior