summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAge
* ipv6: udp: leverage scratch area helpersPaolo Abeni2017-06-27
* udp: move scratch area helpers into the include filePaolo Abeni2017-06-27
* tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson2017-06-27
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-26
* sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner2017-06-25
* sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner2017-06-25
* sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner2017-06-25
* sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner2017-06-25
* af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk2017-06-25
* net/iucv: improve endianness handlingHans Wippel2017-06-25
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-25
* tls: return -EFAULT if copy_to_user() failsDan Carpenter2017-06-23
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-23
|\
| * xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-07
| * xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-07
| * ipv6: remove unused variables in esp6Stephen Hemminger2017-05-22
| * ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-19
| * xfrm: Make function xfrm_dev_register staticWei Yongjun2017-05-19
| * xfrm: use memdup_userGeliang Tang2017-05-16
* | tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski2017-06-23
* | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-23
* | xdp: add reporting of offload modeJakub Kicinski2017-06-23
* | xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-23
* | xdp: pass XDP flags into install handlersJakub Kicinski2017-06-23
* | udp: fix poll()Paolo Abeni2017-06-23
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-22
* | rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan2017-06-22
* | rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan2017-06-22
* | tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-21
|\ \
| * | igmp: add a missing spin_lock_init()WANG Cong2017-06-20
| * | rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-06-20
| * | ipv6: Do not leak throw route referencesSerhey Popovych2017-06-20
| * | net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior2017-06-20
| * | fib_rules: Resolve goto rules target on deleteSerhey Popovych2017-06-20
| * | sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-19
| * | net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-06-19
| * | Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-19
| |\ \
| | * | dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-14
| | * | wireless: wext: use struct iwreq earlier in the call chainJohannes Berg2017-06-14
| | * | wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg2017-06-14
| * | | ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-18
| * | | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-16
| * | | ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-16
| * | | ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan2017-06-16
| * | | sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-15