summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2017-08-02net: Allow IPsec GSO for local socketsSteffen Klassert-0/+19
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari-1/+3
2017-08-01net: dsa: rename switch EEE opsVivien Didelot-5/+5
2017-08-01net: dsa: remove PHY device argument from .set_eeeVivien Didelot-1/+0
2017-08-01strparser: Generalize strparserTom Herbert-57/+62
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert-0/+6
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+25
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal-3/+2
2017-07-31tcp: remove header predictionFlorian Westphal-23/+0
2017-07-31tcp: remove low_latency sysctlFlorian Westphal-1/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal-11/+0
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal-15/+0
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter-1/+1
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter-1/+1
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter-2/+2
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter-1/+1
2017-07-31netlink: Introduce nla_strdup()Phil Sutter-0/+1
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal-0/+3
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal-0/+5
2017-07-30net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim-0/+16
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni-0/+1
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long-2/+2
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni-11/+22
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya-1/+1
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long-2/+2
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca-0/+8
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso-0/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+24
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+6
2017-07-19net: dsa: unexport dsa_is_port_initializedVivien Didelot-5/+0
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng-2/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal-78/+0
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet-9/+2
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann-1/+0
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long-1/+1
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long-1/+1
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long-1/+1
2017-07-16ip6: fix PMTU discovery when using /127 subnetsVincent Bernat-1/+1
2017-07-15sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko-0/+4
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-0/+14
2017-07-13netlink: correctly document nla_put_u64_64bit()Rolf Eike Beer-2/+2
2017-07-12socket: add documentation for missing elementsstephen hemminger-0/+3
2017-07-119p: Implement show_optionsDavid Howells-0/+14
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+9
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan-0/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-2/+2
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern-0/+8
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-363/+1034