aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer13-14/+27
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner1-0/+2
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner1-8/+18
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner1-9/+8
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner1-7/+8
2017-06-25af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlersMateusz Jurczyk1-5/+3
2017-06-25net/iucv: improve endianness handlingHans Wippel1-1/+1
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski4-8/+18
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter1-4/+6
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-44/+66
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski1-0/+1
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song1-39/+53
2017-06-23xdp: add reporting of offload modeJakub Kicinski2-5/+4
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski2-4/+7
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-2/+3
2017-06-23udp: fix poll()Paolo Abeni1-10/+17
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan5-2/+7
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan4-11/+12
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2-0/+4
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-85/+101
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2-0/+6
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+33
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-21ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes1-2/+69
2017-06-21ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes1-2/+67
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes1-0/+13
2017-06-21tcp: md5: hide unused variableArnd Bergmann1-5/+1
2017-06-20igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych2-18/+7
2017-06-20sctp: handle errors when updating asocXin Long2-12/+37
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long1-0/+4
2017-06-20dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long1-10/+10
2017-06-20dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long1-8/+9
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-2/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu9-43/+32
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu4-17/+14
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior1-2/+0
2017-06-20fib_rules: Resolve goto rules target on deleteSerhey Popovych1-7/+14
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long2-2/+4
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng1-1/+2
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande3-12/+32
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande2-14/+66
2017-06-19Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-16/+25
2017-06-18ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan1-2/+2
2017-06-17net: dsa: Fix legacy probingFlorian Fainelli1-11/+8
2017-06-17tls: update KconfigDave Watson1-2/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang5-22/+15
2017-06-17net: remove DST_NOGC flagWei Wang5-14/+8