summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-271-40/+70
* net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-271-3/+3
* net: vhost: lock the vqs one by oneTonghao Zhang2018-09-271-17/+7
* tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao2018-09-271-2/+5
* net: faraday: fix return type of ndo_start_xmit functionYueHaibing2018-09-262-5/+6
* net: smsc: fix return type of ndo_start_xmit functionYueHaibing2018-09-263-3/+6
* net: liquidio: list usage cleanupzhong jiang2018-09-261-2/+1
* net: qed: list usage cleanupzhong jiang2018-09-263-13/+9
* Merge branch 'net-bridge-convert-bool-options-to-bits'David S. Miller2018-09-2612-116/+151
|\
| * net: bridge: pack net_bridge betterNikolay Aleksandrov2018-09-261-2/+2
| * net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov2018-09-263-4/+4
| * net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov2018-09-264-9/+12
| * net: bridge: convert mcast options to bitsNikolay Aleksandrov2018-09-264-32/+33
| * net: bridge: convert and rename mcast disabledNikolay Aleksandrov2018-09-265-21/+24
| * net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov2018-09-264-4/+4
| * net: bridge: convert nf call options to bitsNikolay Aleksandrov2018-09-264-18/+19
| * net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov2018-09-265-18/+49
| * net: bridge: make struct opening bracket consistentNikolay Aleksandrov2018-09-261-8/+4
|/
* Merge branch 's390-net-next'David S. Miller2018-09-267-292/+200
|\
| * s390/qeth: remove duplicated carrier state trackingJulian Wiedmann2018-09-265-22/+10
| * s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann2018-09-261-10/+11
| * s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann2018-09-261-71/+58
| * s390/qeth: consume local address eventsJulian Wiedmann2018-09-261-2/+2
| * s390/qeth: remove various redundant codeJulian Wiedmann2018-09-263-15/+2
| * s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann2018-09-261-44/+29
| * s390/qeth: pass card pointer in iob callbackJulian Wiedmann2018-09-262-24/+32
| * s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann2018-09-261-24/+5
| * s390/qeth: remove additional skb refcountJulian Wiedmann2018-09-261-2/+0
| * s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann2018-09-261-15/+4
| * net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-263-36/+23
| * s390/qeth: on gdev release, reset drvdataJulian Wiedmann2018-09-261-2/+3
| * s390/qeth: fix discipline unload after setup errorJulian Wiedmann2018-09-264-4/+2
| * s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann2018-09-261-7/+6
| * s390/qeth: convert layer attribute to enumJulian Wiedmann2018-09-265-26/+25
|/
* net: phy: marvell: Fix build.David S. Miller2018-09-261-1/+1
* bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu2018-09-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-2647-231/+3066
|\
| * flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-251-3/+9
| * bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY mapsRoman Gushchin2018-09-251-0/+1
| * bpf: remove redundant null pointer check before consume_skbzhong jiang2018-09-211-4/+2
| * samples/bpf: fix compilation failurePrashant Bhole2018-09-213-11/+12
| * flow_dissector: fix build failure without CONFIG_NETWillem de Bruijn2018-09-192-1/+14
| * samples/bpf: fix a compilation failureYonghong Song2018-09-181-2/+2
| * samples/bpf: remove duplicated includesYueHaibing2018-09-183-3/+0
| * tools/bpf: bpftool: improve output format for bpftool netYonghong Song2018-09-185-130/+161
| * selftests/bpf: fix bpf_flow.c buildAlexei Starovoitov2018-09-141-1/+1
| * Merge branch 'bpf-flow-dissector'Alexei Starovoitov2018-09-1422-6/+1828
| |\
| | * selftests/bpf: test bpf flow dissectionPetar Penkov2018-09-148-2/+1134
| | * flow_dissector: implements eBPF parserPetar Penkov2018-09-142-1/+374
| | * bpf: support flow dissector in libbpf and bpftoolPetar Penkov2018-09-142-0/+3