summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-02cfg80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu2-0/+142
2018-10-02tcp/fq: move back to CLOCK_MONOTONICEric Dumazet1-1/+1
2018-10-02net: phy: improve handling delayed workHeiner Kallweit1-1/+1
2018-10-02netlink: add validation function to policyJohannes Berg1-1/+23
2018-10-02netlink: add attribute range validation to policyJohannes Berg1-3/+64
2018-10-02net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2-8/+25
2018-10-02net: phy: Add limkmode equivalents to some of the MII ethtool helpersAndrew Lunn1-0/+50
2018-10-02net: phy: Add helper for advertise to lcl valueAndrew Lunn1-0/+19
2018-10-02net: phy: Add helper to convert MII ADV register to a linkmodeAndrew Lunn1-0/+31
2018-10-02net: phy: Add phydev_info()Andrew Lunn1-0/+3
2018-10-02net: phy: Add phydev_warn()Andrew Lunn1-0/+3
2018-10-02net: phy: Move linkmode helpers to somewhere publicAndrew Lunn3-0/+69
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-2/+1
2018-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+2
2018-10-01net/mlx5: Cache the system image guidAlaa Hleihel2-0/+3
2018-10-01net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel1-0/+2
2018-09-29netlink: fix typo in nla_parse_nested() commentJohannes Berg1-1/+1
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-4/+2
2018-09-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-3/+1
2018-09-29Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-3/+4
2018-09-29Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-6/+33
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa1-0/+2
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+0
2018-09-28netlink: add nested array policy validationJohannes Berg1-1/+11
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg1-2/+11
2018-09-28netlink: make validation_data constJohannes Berg1-1/+1
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg1-2/+0
2018-09-28Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman1-1/+0
2018-09-28netfilter: avoid erronous array bounds warningFlorian Westphal1-0/+2
2018-09-28rxrpc: Fix error distributionDavid Howells1-3/+1
2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij1-1/+0
2018-09-27Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz1-2/+0
2018-09-27Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz1-1/+0
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2-0/+29
2018-09-27net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-2/+1
2018-09-27net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-1/+1
2018-09-27bonding: avoid possible dead-lockMahesh Bandewar1-6/+1
2018-09-27tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao1-2/+5
2018-09-27net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-0/+3
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-0/+5
2018-09-26cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap1-2/+0
2018-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-3/+60
2018-09-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-0/+69
2018-09-26net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-0/+1
2018-09-26net: sched: change tcf block reference counter type to refcount_tVlad Buslov1-1/+1
2018-09-26net: sched: add helper function to take reference to QdiscVlad Buslov1-0/+13
2018-09-26net: sched: extend Qdisc with rcuVlad Buslov3-0/+8
2018-09-26net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2018-09-26net: core: netlink: add helper refcount dec and lock functionVlad Buslov1-0/+2
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski1-0/+69