aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long1-4/+4
2017-08-02ipv4: fib: Remove unused functionsIdo Schimmel1-13/+0
2017-08-01net: dsa: rename switch EEE opsVivien Didelot1-5/+5
2017-08-01net: dsa: remove PHY device argument from .set_eeeVivien Didelot1-1/+0
2017-08-01strparser: Generalize strparserTom Herbert1-57/+62
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2-0/+6
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+25
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal1-3/+2
2017-07-31tcp: remove header predictionFlorian Westphal1-23/+0
2017-07-31tcp: remove low_latency sysctlFlorian Westphal1-1/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal1-11/+0
2017-07-30net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim1-0/+16
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni1-0/+1
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni1-11/+22
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+1
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long1-2/+2
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+8
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-6/+24
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+6
2017-07-19net: dsa: unexport dsa_is_port_initializedVivien Didelot1-5/+0
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng1-2/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-4/+4
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal1-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal4-78/+0
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet1-9/+2
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann1-1/+0
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long1-1/+1
2017-07-16ip6: fix PMTU discovery when using /127 subnetsVincent Bernat1-1/+1
2017-07-15sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+14
2017-07-13netlink: correctly document nla_put_u64_64bit()Rolf Eike Beer1-2/+2
2017-07-12socket: add documentation for missing elementsstephen hemminger1-0/+3
2017-07-119p: Implement show_optionsDavid Howells2-0/+14
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+9
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan1-0/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern1-0/+8
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds65-363/+1034
2017-07-04net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+3
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3