summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2017-08-241-0/+7
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-221-1/+29
* net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-201-1/+4
* datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-3/+1
* ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-2/+2
* ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-0/+10
* Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller2017-08-151-0/+15
|\
| * mac80211: add api to start ba session timer expired flowNaftali Goldstein2017-08-091-0/+15
* | udp: fix linear skb reception with PEEK_OFFAl Viro2017-08-141-5/+4
* | udp: harden copy_linear_skb()Eric Dumazet2017-08-111-0/+2
* | net: fix compilation when busy poll is not enabledDaniel Borkmann2017-08-111-6/+6
* | bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born2017-08-111-0/+5
* | tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-0/+10
* | udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-0/+1
* | sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long2017-07-271-2/+2
* | udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-251-11/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-202-2/+6
|\
| * sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-07-151-0/+4
| * netlink: correctly document nla_put_u64_64bit()Rolf Eike Beer2017-07-131-2/+2
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-194-4/+4
|\ \
| * | randstruct: Mark various structs for randomizationKees Cook2017-06-304-4/+4
* | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-152-0/+14
|\ \ \ | |_|/ |/| |
| * | 9p: Implement show_optionsDavid Howells2017-07-112-0/+14
* | | socket: add documentation for missing elementsstephen hemminger2017-07-121-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-082-0/+9
|\ \ \
| * | | net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan2017-07-081-0/+1
| * | | net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-0/+8
* | | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0565-363/+1034
|\ \ \ \
| * | | | net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
| * | | | net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+3
| * | | | net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+5
| * | | | net, x25: convert x25_neigh.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, x25: convert x25_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, ipx: convert ipx_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2