summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-069-103/+9
* tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-064-4/+4
* net: systemport: Support 64bit statisticskiki good2017-08-062-17/+82
* liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha2017-08-063-14/+17
* liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha2017-08-061-2/+3
* Merge branch 'phylink-and-sfp-support'David S. Miller2017-08-0614-187/+3867
|\
| * sfp: add SFP module supportRussell King2017-08-063-0/+921
| * phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King2017-08-061-0/+17
| * phylink: add support for MII ioctl access to Clause 45 PHYsRussell King2017-08-061-33/+124
| * phylink: add module EEPROM supportRussell King2017-08-062-0/+31
| * sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King2017-08-065-0/+1097
| * phylink: add phylink infrastructureRussell King2017-08-066-0/+1328
| * net: phy: add I2C mdio busRussell King2017-08-064-0/+139
| * net: phy: export phy_start_machine() for phylinkRussell King2017-08-061-0/+1
| * net: phy: provide a hook for link up/link down eventsRussell King2017-08-063-22/+35
| * net: phy: add 1000Base-X to phy settings tableRussell King2017-08-061-0/+5
| * net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-063-129/+142
| * net: phy: split out PHY speed and duplex string generationRussell King2017-08-063-37/+53
| * net: phy: allow settings table to support more than 32 link modesRussell King2017-08-061-18/+26
|/
* Merge branch 'IP-cleanup-LSRR-option-processing'David S. Miller2017-08-069-36/+26
|\
| * udp: no need to preserve skb->dstPaolo Abeni2017-08-061-8/+5
| * Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni2017-08-061-8/+1
| * ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-068-17/+20
| * IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni2017-08-061-3/+0
|/
* aquantia: Switch to use napi_gro_receivePavel Belous2017-08-043-3/+10
* net: comment fixes against BPF devmap helper callsJohn Fastabend2017-08-041-5/+11
* Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area'David S. Miller2017-08-0422-268/+125
|\
| * net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-044-15/+8
| * net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-14/+4
| * net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-21/+9
| * net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-25/+16
| * net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-12/+2
| * net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-19/+6
| * net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-11/+2
| * net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-041-12/+2
| * net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-16/+5
| * net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-11/+2
| * net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko2017-08-041-6/+5
| * net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko2017-08-041-6/+4
| * net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko2017-08-041-1/+1
| * net: sched: remove check for number of actions in tcf_exts_execJiri Pirko2017-08-042-4/+3
| * net: sched: fix return value of tcf_exts_execJiri Pirko2017-08-041-2/+2
| * net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Jiri Pirko2017-08-044-33/+3
| * net: sched: use tcf_exts_has_actions in tcf_exts_execJiri Pirko2017-08-041-23/+23
| * net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-049-19/+37
| * net: sched: remove unneeded tcf_em_tree_changeJiri Pirko2017-08-044-34/+7
| * net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko2017-08-041-6/+6
|/
* net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng2017-08-041-1/+2
* net: phy: marvell: logical vs bitwise OR typoDan Carpenter2017-08-041-1/+1
* Merge branch 'socket-sendmsg-zerocopy'David S. Miller2017-08-0327-72/+1379
|\