aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng9-103/+9
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng4-4/+4
2017-08-06net: systemport: Support 64bit statisticskiki good2-17/+82
2017-08-06liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha3-14/+17
2017-08-06liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha1-2/+3
2017-08-06Merge branch 'phylink-and-sfp-support'David S. Miller14-187/+3867
2017-08-06sfp: add SFP module supportRussell King3-0/+921
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King1-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King1-33/+124
2017-08-06phylink: add module EEPROM supportRussell King2-0/+31
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King5-0/+1097
2017-08-06phylink: add phylink infrastructureRussell King6-0/+1328
2017-08-06net: phy: add I2C mdio busRussell King4-0/+139
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King1-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King3-22/+35
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King1-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-coreRussell King3-129/+142
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King3-37/+53
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King1-18/+26
2017-08-06Merge branch 'IP-cleanup-LSRR-option-processing'David S. Miller9-36/+26
2017-08-06udp: no need to preserve skb->dstPaolo Abeni1-8/+5
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni1-8/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni8-17/+20
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni1-3/+0
2017-08-04aquantia: Switch to use napi_gro_receivePavel Belous3-3/+10
2017-08-04net: comment fixes against BPF devmap helper callsJohn Fastabend1-5/+11
2017-08-04Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area'David S. Miller22-268/+125
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko4-15/+8
2017-08-04net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko1-14/+4
2017-08-04net: sched: cls_route: no need to call tcf_exts_change for newly allocated structJiri Pirko1-21/+9
2017-08-04net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko1-25/+16
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-08-04net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko1-19/+6
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated structJiri Pirko1-11/+2
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko1-16/+5
2017-08-04net: sched: cls_flower: no need to call tcf_exts_change for newly allocated structJiri Pirko1-11/+2
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko1-6/+5
2017-08-04net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko1-6/+4
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko1-1/+1
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko2-4/+3
2017-08-04net: sched: fix return value of tcf_exts_execJiri Pirko1-2/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_availableJiri Pirko4-33/+3
2017-08-04net: sched: use tcf_exts_has_actions in tcf_exts_execJiri Pirko1-23/+23
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko9-19/+37
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko4-34/+7
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko1-6/+6
2017-08-04net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng1-1/+2
2017-08-04net: phy: marvell: logical vs bitwise OR typoDan Carpenter1-1/+1
2017-08-03Merge branch 'socket-sendmsg-zerocopy'David S. Miller27-72/+1379