aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna1-0/+8
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-4/+20
2019-04-08cfg80211: add ratelimited variants of err and warnStanislaw Gruszka1-0/+5
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal1-17/+17
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal1-9/+4
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal1-1/+0
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal1-13/+0
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal1-13/+0
2019-04-08xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal1-5/+0
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal1-5/+0
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal1-14/+5
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal1-11/+0
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal1-4/+5
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-16/+41
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko1-0/+9
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-2/+6
2019-04-04net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko1-2/+2
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-0/+5
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-26/+21
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen1-0/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-7/+19
2019-04-01net: 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-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau1-30/+19
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet2-8/+3
2019-03-28netfilter: 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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+9
2019-03-27inet: switch IP ID generator to siphashEric Dumazet1-0/+2
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet1-3/+4
2019-03-27xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi1-1/+2
2019-03-26xfrm: clean up xfrm protocol checksCong Wang1-0/+17
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-23Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-0/+4
2019-03-23tcp: add one skb cache for rxEric Dumazet1-0/+10