summaryrefslogtreecommitdiffstats
path: root/net/ipv4/proc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-06net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet1-11/+11
2016-01-06fsl/fman: double free on probe failureDan Carpenter1-1/+0
2016-01-06fsl/fman: fix the pause_time testDan Carpenter1-1/+1
2016-01-06mlxsw: core: remove an unnecessary conditionDan Carpenter1-1/+1
2016-01-06ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson3-12/+14
2016-01-06mlxsw: Remember untagged VLANsElad Raz3-1/+17
2016-01-06mlxsw: Disable vlan_filtering for non .1D bridgeElad Raz1-0/+21
2016-01-06mlxsw: Renaming local variable names for consistencyElad Raz1-3/+3
2016-01-06mlxsw: Fixing vlans init rangeElad Raz1-1/+2
2016-01-06bridge: add vlan filtering change for new bridged deviceElad Raz1-0/+11
2016-01-06bridge: add vlan filtering change notificationElad Raz1-2/+16
2016-01-06switchdev: add bridge vlan_filtering attributeElad Raz1-0/+2
2016-01-06bridge: Propagate vlan add failure to userElad Raz1-1/+10
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek3-8/+59
2016-01-06mlxsw: pci: Adjust value of CPU egress traffic classIdo Schimmel1-1/+1
2016-01-06net: hns: avoid uninitialized variable warning:Arnd Bergmann1-25/+22
2016-01-06inet: kill unused skb_free opFlorian Westphal5-13/+1
2016-01-05include/uapi/linux/sockios.h: mark SIOCRTMSG unusedxypron.glpk@gmx.de1-1/+1
2016-01-05net/mlx5e: Add PTP Hardware Clock (PHC) supportEran Ben Elisha4-1/+106
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha7-2/+279
2016-01-05net/mlx5_core: Introduce access function to read internal timerEran Ben Elisha4-6/+34
2016-01-05net/mlx5e: Do not modify the TX SKBAchiad Shochat3-34/+49
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long1-16/+1
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long6-122/+3
2016-01-05sctp: apply rhashtable api to sctp procfsXin Long1-143/+173
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long4-56/+29
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long3-0/+147
2016-01-05soreuseport: BPF selection functional testCraig Gallek3-1/+469
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek22-44/+282
2016-01-05soreuseport: fast reuseport UDP socket selectionCraig Gallek5-35/+141
2016-01-05soreuseport: define reuseport groupsCraig Gallek4-1/+196
2016-01-05mlxsw: spectrum: Change bridge port attributes only when bridgedIdo Schimmel2-6/+14
2016-01-05mlxsw: spectrum: Set bridge status in appropriate functionsIdo Schimmel1-10/+5
2016-01-05mlxsw: spectrum: Return NOTIFY_BAD on bridge failureIdo Schimmel1-3/+7
2016-01-05mlxsw: spectrum: Initialize PVID only onceIdo Schimmel1-1/+0
2016-01-05chelsio: constify cphy_ops structuresJulia Lawall8-14/+14
2016-01-05fsl/fman: allow modular buildArnd Bergmann1-1/+2
2016-01-05net: make ip6tunnel_xmit definition conditionalArnd Bergmann1-0/+2
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-01-04r8169:Correct the way of setting RTL8168DP ephyChun-Hao Lin1-11/+4
2016-01-04r8169:Fix typo in setting RTL8168H PHY PFM mode.Chun-Hao Lin1-2/+2
2016-01-04r8169:Fix typo in setting RTL8168EP and RTL8168H D3cold PFM modeChun-Hao Lin1-3/+3
2016-01-04l2tp: rely on ppp layer for skb scrubbingGuillaume Nault1-16/+1
2016-01-04sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()Sergei Shtylyov1-43/+29
2016-01-04sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov3-18/+3
2016-01-04tilepro: use to_delayed_workGeliang Tang1-2/+1
2016-01-04bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings.Michael Chan1-12/+45
2016-01-04bnxt_en: Modify init sequence to support shared or non shared rings.Michael Chan1-10/+32
2016-01-04bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings.Michael Chan3-25/+79