aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov
2019-02-26Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-02-25net: Add __icmp_send helper.Nazarov Sergey
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov
2019-02-24switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-22Merge tag 'wireless-drivers-next-for-davem-2019-02-22' of git://git.kernel.or...David S. Miller
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon
2019-02-22radiotap: add 0-length PSDU "not captured" typeJohannes Berg
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon
2019-02-22mac80211: support max channel switch time elementSara Sharon
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen
2019-02-21phonet: fix building with clangArnd Bergmann
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli
2019-02-21net: switchdev: Add PORT_PRE_BRIDGE_FLAGSFlorian Fainelli
2019-02-21net: dsa: add support for bridge flagsRussell King
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-02-17ethtool: add compat for flash updateJakub Kicinski
2019-02-17devlink: add flash update commandJakub Kicinski
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-13flow_offload: fix block statsJohn Hurley
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-13ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov
2019-02-13bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov
2019-02-13netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac
2019-02-12net: sched: add flags to Qdisc class ops structVlad Buslov
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov