aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-06sctp: remove the typedef sctp_state_tXin Long9-26/+28
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long3-27/+29
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long4-40/+41
2017-08-06sctp: remove the typedef sctp_sock_state_tXin Long2-4/+5
2017-08-06sctp: remove the typedef sctp_transport_cmd_tXin Long3-6/+7
2017-08-06sctp: remove the typedef sctp_scope_tXin Long9-42/+42
2017-08-06sctp: remove the typedef sctp_scope_policy_tXin Long2-3/+5
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long3-5/+5
2017-08-06sctp: remove the typedef sctp_lower_cwnd_tXin Long3-4/+5
2017-08-06dt-bindings: net: Document bindings for anarion-gmacAlexandru Gagniuc1-0/+25
2017-08-06net: stmmac: Add Adaptrum Anarion GMAC glue layerAlexandru Gagniuc3-0/+162
2017-08-06netvsc: fix rtnl deadlock on unregister of vfstephen hemminger1-2/+10
2017-08-06net: dsa: User per-cpu 64-bit statisticsFlorian Fainelli3-25/+59
2017-08-06Merge branch 'tcp-cwnd-undo-refactor'David S. Miller13-107/+13
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-06Linux 4.13-rc4Linus Torvalds1-1/+1
2017-08-06Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-2/+2
2017-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-196/+290
2017-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+3
2017-08-06Fix compat_sys_sigpending breakageDmitry V. Levin1-4/+7
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Maninder Singh1-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie3-24/+85
2017-08-06ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie1-9/+5
2017-08-06ext4: restructure ext4_expand_extra_isizeMiao Xie2-40/+36
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2-12/+16
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan4-48/+92