summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller2018-12-161-3/+0
* neighbor: Add protocol attributeDavid Ahern2018-12-161-1/+23
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-161-0/+3
* l2tp: Add protocol field decompressionSam Protsenko2018-12-151-0/+4
* udp: use indirect call wrappers for GRO socket lookupPaolo Abeni2018-12-151-2/+6
* net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-156-15/+54
* net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-152-5/+16
* net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1
* ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2018-12-151-1/+2
* ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1
* net: tcp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-48/+6
* net: tcp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-52/+8
* net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-58/+21
* net: udp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-57/+19
* neighbor: Remove externally learned entries from gc_listDavid Ahern2018-12-141-21/+28
* neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-141-0/+18
* neighbor: Remove state and flags arguments to neigh_delDavid Ahern2018-12-141-5/+4
* neighbor: Fix state check in neigh_forced_gcDavid Ahern2018-12-141-3/+2
* neighbor: Fix locking order for gc_list changesDavid Ahern2018-12-141-12/+15
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-145-45/+33
* net: bridge: Handle NETDEV_PRE_CHANGEADDR from portsPetr Machata2018-12-131-0/+13
* net: bridge: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+9
* net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-132-0/+27
* net: dev: Add NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+1
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-134-4/+6
* net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata2018-12-121-3/+9
* net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata2018-12-121-2/+5
* net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata2018-12-123-11/+14
* net: bridge: Propagate extack to switchdevPetr Machata2018-12-125-48/+65
* net: ndo_bridge_setlink: Add extackPetr Machata2018-12-123-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-102-2/+29
|\
| * bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2018-12-041-2/+13
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+16
* | neighbor: gc_list changes should be protected by table lockDavid Ahern2018-12-101-5/+10
* | net/sched: Remove egdev mechanismOz Shlomo2018-12-102-267/+1
* | net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo2018-12-102-12/+0
* | tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet2018-12-101-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-0939-221/+339
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-0935-176/+278
| |\ \
| | * | net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10
| | * | ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-071-21/+21
| | * | tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-071-11/+24
| | * | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| | * | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-053-2/+21
| | * | sctp: frag_point sanity checkJakub Audykowicz2018-12-052-2/+7
| | * | tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-051-4/+7
| | * | tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-051-1/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-052-19/+29
| | |\ \
| | | * | bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
| | | * | bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-301-5/+6