summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-2611-14/+24
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-2613-14/+27
* sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner2017-06-251-0/+2
* sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner2017-06-251-8/+18
* sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner2017-06-251-9/+8
* sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner2017-06-251-7/+8
* af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk2017-06-251-5/+3
* net/iucv: improve endianness handlingHans Wippel2017-06-251-1/+1
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-254-8/+18
* tls: return -EFAULT if copy_to_user() failsDan Carpenter2017-06-231-4/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-238-44/+66
|\
| * xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-074-11/+26
| * xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-074-15/+30
| * ipv6: remove unused variables in esp6Stephen Hemminger2017-05-221-5/+0
| * ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-192-4/+6
| * xfrm: Make function xfrm_dev_register staticWei Yongjun2017-05-191-1/+1
| * xfrm: use memdup_userGeliang Tang2017-05-161-8/+3
* | tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski2017-06-231-0/+1
* | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-39/+53
* | xdp: add reporting of offload modeJakub Kicinski2017-06-232-5/+4
* | xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-232-4/+7
* | xdp: pass XDP flags into install handlersJakub Kicinski2017-06-231-2/+3
* | udp: fix poll()Paolo Abeni2017-06-231-10/+17
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-221-0/+1
* | rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan2017-06-225-2/+7
* | rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan2017-06-224-11/+12
* | tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-222-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2117-85/+101
|\ \
| * | igmp: add a missing spin_lock_init()WANG Cong2017-06-201-0/+1
| * | rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-06-201-0/+2
| * | ipv6: Do not leak throw route referencesSerhey Popovych2017-06-202-18/+7
| * | net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior2017-06-201-2/+0
| * | fib_rules: Resolve goto rules target on deleteSerhey Popovych2017-06-201-7/+14
| * | sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-192-2/+4
| * | net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-06-191-1/+2
| * | Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-192-16/+25
| |\ \
| | * | dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-142-6/+19
| | * | wireless: wext: use struct iwreq earlier in the call chainJohannes Berg2017-06-141-8/+7
| | * | wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg2017-06-141-3/+0
| * | | ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-181-2/+2
| * | | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4
| * | | ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-161-0/+2
| * | | ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan2017-06-161-0/+2
| * | | sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-151-3/+2
| * | | rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-151-30/+34
| * | | ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-06-151-3/+3
* | | | bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2017-06-212-0/+6
* | | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+33
* | | | udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni2017-06-211-0/+1
* | | | ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes2017-06-211-2/+69