aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet3-4/+4
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet1-1/+2
2019-02-26net: sched: fix typo in walker_check_empty()Vlad Buslov1-2/+2
2019-02-26net: sched: pie: fix mistake in reference linkLeslie Monis1-1/+1
2019-02-26devlink: require non-NULL ops for devlink instancesJakub Kicinski1-26/+22
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2-11/+15
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski1-39/+17
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski3-24/+4
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov5-36/+13
2019-02-25net: sched: pie: update referencesMohit P. Tahiliani1-3/+1
2019-02-25net: sched: pie: add derandomization mechanismMohit P. Tahiliani1-1/+27
2019-02-25net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani1-33/+32
2019-02-25net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani1-2/+2
2019-02-25net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani1-1/+1
2019-02-25net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani1-1/+1
2019-02-25net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani1-1/+1
2019-02-25net: sched: don't release block->lock when dumping chainsVlad Buslov1-9/+7
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov1-4/+9
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao2-20/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo1-10/+6
2019-02-24switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli1-42/+0
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn3-4/+4
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller12-71/+107
2019-02-24net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov1-1/+1
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu1-11/+27
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2-8/+26
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg1-11/+67
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang1-6/+5
2019-02-24ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang1-14/+11
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang1-3/+1
2019-02-24ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu1-1/+1
2019-02-24net/sched: act_tunnel_key: Add dst_cache supportwenxu1-4/+21
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2019-02-24net: dev: add generic protodown handlerAndy Roulin1-0/+19
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy1-1/+1
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing1-3/+3
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-192/+255
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-186/+246
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8
2019-02-23Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"Hangbin Liu1-8/+1
2019-02-23kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing1-2/+2
2019-02-23bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada1-0/+1
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-22/+39
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang12-27/+27
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1