summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena2-4/+4
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena2-5/+6
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+4
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-5/+4
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-07-03net: make sk_ehashfn() staticEric Dumazet1-1/+0
2017-07-03vxlan: fix hlist corruptionJiri Benc1-1/+9
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo1-1/+8
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo1-0/+10
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo1-0/+11
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo1-0/+36
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long2-4/+4
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long2-2/+2
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-8/+6
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long2-3/+4
2017-07-01sctp: remove the typedef sctp_cid_tXin Long3-5/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-1/+1
2017-07-01net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman1-0/+4
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+4
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena3-14/+16
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena3-6/+7
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30randstruct: Mark various structs for randomizationKees Cook4-4/+4
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-12/+34
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni1-0/+61
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-9/+32
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-2/+2
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-4/+8
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-5/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni1-1/+4
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-2/+2
2017-06-20sctp: handle errors when updating asocXin Long1-2/+2
2017-06-20vxlan: check valid combinations of address scopesMatthias Schiffer1-0/+2
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-1/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande1-0/+1