summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller2-0/+2
2011-12-19mlx4_core: Changing link sensing logicYevgeny Petrilin1-0/+2
2011-12-19mlx4: capability for link sensingYevgeny Petrilin1-1/+2
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-22/+162
2011-12-16net: fix compilation with !CONFIG_NETGlauber Costa1-0/+12
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-3/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-4/+7
2011-12-16ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIRBen Hutchings1-2/+3
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov1-0/+2
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov1-0/+2
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov1-0/+2
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov1-0/+7
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov1-0/+8
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov1-0/+24
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-0/+3
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov2-1/+3
2011-12-16sock_diag: Move the SOCK_DIAG_BY_FAMILY cmd declarationPavel Emelyanov2-1/+3
2011-12-16cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez1-1/+3
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg2-2/+11
2011-12-15Move limit definitions outside CONFIG_INETGlauber Costa1-1/+1
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-1/+14
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+5
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz2-0/+25
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz1-1/+4
2011-12-14inet: remove rcu protection on tw_netEric Dumazet1-10/+2
2011-12-13net: Remove unused neighbour layer ops.David S. Miller2-2/+0
2011-12-13bcma: use static keyword for inline function declaration in bcma.hArend van Spriel1-11/+12
2011-12-13bcma: add set/mask macros for 16-bit register accessArend van Spriel1-6/+26
2011-12-13bcma: extract FEM info from SPROMRafał Miłecki1-0/+1
2011-12-13ssb: extract FEM info from SPROMRafał Miłecki2-0/+26
2011-12-13ieee80211: Introduce ieee80211_is_first_fragHelmut Schaa1-0/+9
2011-12-13cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan1-0/+26
2011-12-13mlx4_core: Modify driver initialization flow to accommodate SRIOV for EthernetJack Morgenstein2-0/+3
2011-12-13mlx4_core: mtts resources units changed to offsetMarcel Apfelbaum1-3/+2
2011-12-13mlx4: Ethernet port management modificationsEugenia Emantayev1-3/+9
2011-12-13mlx4_core: Reduce number of PD bits to 17Jack Morgenstein1-0/+1
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein1-7/+13
2011-12-13mlx4: Extanding port_mask functionalityJack Morgenstein1-7/+6
2011-12-13mlx4_core: initial header-file changes for SRIOV supportJack Morgenstein2-3/+68
2011-12-13net: fix build error if CONFIG_CGROUPS=nEric Dumazet1-0/+2
2011-12-12netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-0/+3
2011-12-12tcp buffer limitation: per-cgroup limitGlauber Costa1-0/+2
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa2-1/+1
2011-12-12tcp memory pressure controlsGlauber Costa3-0/+20
2011-12-12socket: initial cgroup code.Glauber Costa2-6/+172
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa2-2/+97
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-14/+143
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet16-34/+34
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-0/+6
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov1-1/+17