summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis
2019-02-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein
2019-02-27net: sched: act_tunnel_key: fix metadata handlingVlad Buslov
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu
2019-02-27net: Remove switchdev_opsFlorian Fainelli
2019-02-27net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli
2019-02-27net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli
2019-02-27switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli
2019-02-27Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing
2019-02-26net: sched: pie: fix 64-bit divisionLeslie Monis
2019-02-26net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet
2019-02-26tcp: use tcp_md5_needed for timewait socketsEric Dumazet
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet
2019-02-26net: sched: fix typo in walker_check_empty()Vlad Buslov
2019-02-26net: sched: pie: fix mistake in reference linkLeslie Monis
2019-02-26devlink: require non-NULL ops for devlink instancesJakub Kicinski
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski
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-25net: sched: pie: update referencesMohit P. Tahiliani
2019-02-25net: sched: pie: add derandomization mechanismMohit P. Tahiliani
2019-02-25net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani
2019-02-25net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani
2019-02-25net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani
2019-02-25net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani
2019-02-25net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani
2019-02-25net: sched: don't release block->lock when dumping chainsVlad Buslov
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo
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-24net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu
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-24ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang
2019-02-24ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu
2019-02-24net/sched: act_tunnel_key: Add dst_cache supportwenxu
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli
2019-02-24net: dev: add generic protodown handlerAndy Roulin
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy