summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel2019-03-021-1/+1
* net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-021-2/+8
* net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-021-5/+13
* switchdev: Remove unused transaction item queueFlorian Fainelli2019-03-021-98/+2
* devlink: fix kdocJakub Kicinski2019-03-021-7/+5
* net/smc: allow pnetid-less configurationUrsula Braun2019-02-281-1/+41
* net: sched: pie: avoid slow division in drop probability decayLeslie Monis2019-02-281-1/+2
* net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein2019-02-281-2/+29
* net: sched: act_tunnel_key: fix metadata handlingVlad Buslov2019-02-281-9/+9
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-273-4/+8
* net: Remove switchdev_opsFlorian Fainelli2019-02-271-5/+0
* net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli2019-02-272-30/+31
* net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
* switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+51
* Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov2019-02-271-1/+4
* ethtool: Use explicit designated initializers for .cmdLi RongQing2019-02-271-2/+2
* net: sched: pie: fix 64-bit divisionLeslie Monis2019-02-271-1/+1
* net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing2019-02-261-1/+1
* tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6
* tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
* tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-263-4/+4
* tcp: get rid of tcp_check_send_head()Eric Dumazet2019-02-261-1/+2
* net: sched: fix typo in walker_check_empty()Vlad Buslov2019-02-261-2/+2
* net: sched: pie: fix mistake in reference linkLeslie Monis2019-02-261-1/+1
* devlink: require non-NULL ops for devlink instancesJakub Kicinski2019-02-261-26/+22
* devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2019-02-262-11/+15
* devlink: create a special NDO for getting the devlink instanceJakub Kicinski2019-02-261-39/+17
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-263-24/+4
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-265-36/+13
* net: sched: pie: update referencesMohit P. Tahiliani2019-02-251-3/+1
* net: sched: pie: add derandomization mechanismMohit P. Tahiliani2019-02-251-1/+27
* net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani2019-02-251-33/+32
* net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani2019-02-251-2/+2
* net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani2019-02-251-1/+1
* net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani2019-02-251-1/+1
* net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani2019-02-251-1/+1
* net: sched: don't release block->lock when dumping chainsVlad Buslov2019-02-251-9/+7
* net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2019-02-251-4/+9
* tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-252-20/+1
* tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6
* switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2019-02-251-42/+0
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-253-4/+4
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-2512-71/+107
|\
| * Bluetooth: a2mp: Use struct_size() helperGustavo A. R. Silva2019-02-181-1/+1
| * Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva2019-02-181-4/+4
| * Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-02-041-2/+1
| * Bluetooth: make hw_err static, reduces object code sizeColin Ian King2019-01-251-1/+1
| * Bluetooth: Allow driver specific cmd timeout handlingRajat Jain2019-01-251-0/+3
| * Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-232-0/+2
| * Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-01-231-0/+6