summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-16/+41
2019-04-05net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko1-0/+9
2019-04-05net: devlink: extend port attrs for switch IDJiri Pirko1-2/+6
2019-04-05net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko1-2/+2
2019-04-04ipv6: Flip to fib_nexthop_infoDavid Ahern1-0/+5
2019-04-04ipv4: Add fib_nh_common to fib_resultDavid Ahern1-26/+21
2019-04-02net: dsa: read mac address from DT for slave deviceXiaofei Shen1-0/+1
2019-04-02net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-7/+19
2019-04-02net: sched: introduce and use qstats read helpersPaolo Abeni1-0/+18
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern3-48/+64
2019-03-29net: Use common nexthop init and release helpersDavid Ahern1-0/+4
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2-18/+33
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern2-11/+13
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-12/+12
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern1-0/+8
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2-2/+3
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern1-0/+1
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern1-0/+4
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-0/+1
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern1-0/+4
2019-03-29netns: provide pure entropy for net_hash_mix()Eric Dumazet2-8/+3
2019-03-29netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei1-0/+15
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko1-2/+0
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko1-0/+9
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko1-2/+12
2019-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+9
2019-03-28inet: switch IP ID generator to siphashEric Dumazet1-0/+2
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet1-3/+4
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko1-492/+3
2019-03-24net: devlink: add port type spinlockJiri Pirko1-0/+4
2019-03-24Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-0/+4
2019-03-24tcp: add one skb cache for rxEric Dumazet1-0/+10
2019-03-24tcp: add one skb cache for txEric Dumazet1-0/+5
2019-03-24net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-1/+1
2019-03-24net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni1-0/+11
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh1-0/+2
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh1-0/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-2/+2
2019-03-21net: dst: remove gc leftoversJulian Wiedmann1-11/+0
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern1-0/+4
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2-1/+2
2019-03-21net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti1-1/+6
2019-03-21ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern1-1/+2
2019-03-21ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra1-0/+1
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg1-2/+13
2019-03-20ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra1-0/+1
2019-03-20tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault1-3/+7
2019-03-19sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1