aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy1-3/+12
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy1-0/+13
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy1-3/+3
2019-02-22Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller28-362/+1252
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli3-4/+121
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli1-3/+36
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2-21/+4
2019-02-22mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu1-16/+8
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg194-2065/+6820
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman1-10/+25
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg1-6/+24
2019-02-22mac80211: ignore quiet mode in probeSara Sharon1-3/+3
2019-02-22mac80211: allow CSA to self with immediate quietSara Sharon1-1/+2
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon3-14/+70
2019-02-22mac80211: fix position of vendor_data readLiad Kaufman1-2/+19
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon3-6/+57
2019-02-22mac80211: support max channel switch time elementSara Sharon4-0/+13
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen5-14/+41
2019-02-22cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan1-1/+1
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-7/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-15/+1
2019-02-21net: bridge: Stop calling switchdev_port_attr_get()Florian Fainelli1-6/+5
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli3-0/+18
2019-02-21net: dsa: enable flooding for bridge portsRussell King1-3/+13
2019-02-21net: dsa: add support for bridge flagsRussell King3-0/+28
2019-02-21bridge: remove redundant check on err in br_multicast_ipv4_rcvLi RongQing1-6/+1
2019-02-21net: remove unneeded switch fall-throughLi RongQing2-2/+0
2019-02-21net: sched: potential NULL dereference in tcf_block_find()Dan Carpenter1-1/+3
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2-54/+99
2019-02-21devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GETAya Levin1-2/+4
2019-02-21devlink: Rename devlink health attributesAya Levin1-2/+2
2019-02-21net/smc: allow PCI IDs as ib device names in the pnet tableHans Wippel1-2/+4
2019-02-21net/smc: add pnet table namespace supportHans Wippel4-43/+162
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel1-7/+80
2019-02-21net/smc: rework pnet tableHans Wippel4-194/+249
2019-02-21net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun1-3/+2
2019-02-20net_sched: fix a memory leak in cls_tcindexCong Wang1-13/+24
2019-02-20net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-20gso: validate gso_type on ipip style tunnelsWillem de Bruijn2-4/+40
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-155/+150
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-143/+108
2019-02-19Merge branch 'ieee802154-for-davem-2019-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-112/+29
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing1-1/+3
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg3-93/+120
2019-02-196lowpan: use rbtree for IP frag queuePeter Oskolkov1-112/+29
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+5
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge2-0/+18
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun1-6/+1
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller17-55/+154