aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-42/+142
2019-03-02net: sit: fix memory leak in sit_init_net()Mao Wenan1-0/+1
2019-03-02net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel1-1/+1
2019-03-01net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet1-2/+8
2019-03-01net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet1-5/+13
2019-03-01switchdev: Remove unused transaction item queueFlorian Fainelli1-98/+2
2019-03-01devlink: fix kdocJakub Kicinski1-7/+5
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu3-6/+16
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun1-1/+41
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis1-1/+2
2019-02-28sctp: chunk.c: correct format string for size_t in printkMatthias Maennich1-1/+1
2019-02-28net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2019-02-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein1-2/+29
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore2-2/+4
2019-02-27ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern1-4/+5
2019-02-27net: sched: act_tunnel_key: fix metadata handlingVlad Buslov1-9/+9
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu3-4/+8
2019-02-27net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli2-30/+31
2019-02-27net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-27switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+51
2019-02-27Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov1-1/+4
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing1-2/+2
2019-02-26net: sched: pie: fix 64-bit divisionLeslie Monis1-1/+1
2019-02-26tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-02-26net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing1-1/+1
2019-02-26mpls: Return error for RTA_GATEWAY attributeDavid Ahern1-0/+3
2019-02-26ipv6: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet1-7/+6
2019-02-26tcp: use tcp_md5_needed for timewait socketsEric Dumazet1-8/+13
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: avoid use IPCB in cipso_v4_errorNazarov Sergey2-7/+32
2019-02-25net: Add __icmp_send helper.Nazarov Sergey1-3/+4
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