summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dev: add generic protodown handlerAndy Roulin2019-02-241-0/+19
* net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy2019-02-241-1/+1
* net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing2019-02-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-2430-192/+255
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2429-186/+246
| |\
| | * tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-241-0/+1
| | * net/x25: fix a race in x25_bind()Eric Dumazet2019-02-241-5/+8
| | * Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu2019-02-241-8/+1Star
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-232-22/+39
| | |\
| | | * Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel2019-02-211-1/+15
| | | * bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev2019-02-191-21/+24
| | * | udp: fix possible user after free in error handlerPaolo Abeni2019-02-231-2/+4
| | * | udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-231-4/+6
| | * | fou6: fix proto error handler argument typePaolo Abeni2019-02-231-1/+1
| | * | udpv6: add the required annotation to mib typePaolo Abeni2019-02-231-1/+1
| | * | net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-02-231-1/+1
| | * | Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-02-222-3/+8
| | |\ \
| | | * | mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-221-1/+6
| | | * | mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen2019-02-221-2/+2
| | * | | net: socket: add check for negative optlen in compat setsockoptJann Horn2019-02-221-1/+5
| | * | | ipv6: route: purge exception on removalPaolo Abeni2019-02-221-1/+12
| | * | | net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-02-221-0/+3
| | * | | sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-02-221-1/+2
| | |/ /
| | * | phonet: fix building with clangArnd Bergmann2019-02-221-16/+16
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-228-44/+44
| | |\ \
| | | * | xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2019-02-182-3/+5
| | | * | af_key: unconditionally clone on broadcastSean Tranchetti2019-02-121-25/+15Star
| | | * | xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-054-14/+22
| | | * | esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-282-2/+2
| | * | | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-221-18/+18
| | * | | net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-02-221-16/+17
| | * | | tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen2019-02-211-4/+5
| | * | | tipc: improve function tipc_wait_for_cond()Tung Nguyen2019-02-211-1/+1
| | * | | net/smc: fix smc_poll in SMC_INIT stateUrsula Braun2019-02-211-3/+3
| | * | | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-02-211-1/+5
| | * | | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-02-211-5/+6
| | * | | missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-212-25/+35
| | * | | net: dsa: fix unintended change of bridge interface STP stateRussell King2019-02-201-3/+4
| * | | | Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2019-02-211-6/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | libceph: handle an empty authorize replyIlya Dryomov2019-02-181-6/+9
* | | | | kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing2019-02-231-2/+2
* | | | | bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada2019-02-231-0/+1
* | | | | net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-2312-27/+27
* | | | | net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy2019-02-221-11/+0Star
* | | | | net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy2019-02-221-3/+12
* | | | | net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2019-02-221-0/+13
* | | | | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-3/+3
* | | | | Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...David S. Miller2019-02-2228-362/+1252
|\ \ \ \ \
| * | | | | rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-222-21/+4Star
| * | | | | mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu2019-02-221-16/+8Star