Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
0a955c3a6f44927b81ae3bc91b0448eb104d8316
/
include
447f219
Revert "net: Remove unused neighbour layer ops."
by David S. Miller
· 13 years ago
8d0fc7b
mlx4_core: Changing link sensing logic
by Yevgeny Petrilin
· 13 years ago
58a6016
mlx4: capability for link sensing
by Yevgeny Petrilin
· 13 years ago
9f6e20c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
c607b2e
net: fix compilation with !CONFIG_NET
by Glauber Costa
· 13 years ago
278bc42
ethtool: Define and apply a default policy for RX flow hash indirection
by Ben Hutchings
· 13 years ago
7850f63
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
by Ben Hutchings
· 13 years ago
14596f7
ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIR
by Ben Hutchings
· 13 years ago
cbf3919
unix_diag: Receive queue lenght NLA
by Pavel Emelyanov
· 13 years ago
2aac7a2
unix_diag: Pending connections IDs NLA
by Pavel Emelyanov
· 13 years ago
ac02be8
unix_diag: Unix peer inode NLA
by Pavel Emelyanov
· 13 years ago
5f7b056
unix_diag: Unix inode info NLA
by Pavel Emelyanov
· 13 years ago
f5248b4
unix_diag: Unix socket name NLA
by Pavel Emelyanov
· 13 years ago
22931d3
unix_diag: Basic module skeleton
by Pavel Emelyanov
· 13 years ago
fa7ff56
af_unix: Export stuff required for diag module
by Pavel Emelyanov
· 13 years ago
f65c1b5
sock_diag: Generalize requests cookies managements
by Pavel Emelyanov
· 13 years ago
e7c466e
sock_diag: Move the SOCK_DIAG_BY_FAMILY cmd declaration
by Pavel Emelyanov
· 13 years ago
061acaa
cfg80211: allow following country IE power for custom regdom cards
by Luis R. Rodriguez
· 13 years ago
bdd90d5
cfg80211: validate nl80211 station handling better
by Johannes Berg
· 13 years ago
888bdaa
Move limit definitions outside CONFIG_INET
by Glauber Costa
· 13 years ago
d646960
NFC: Initial LLCP support
by Samuel Ortiz
· 13 years ago
541d920
NFC: Set and get DEP general bytes
by Samuel Ortiz
· 13 years ago
1ed28f6
NFC: Add a DEP link control netlink command
by Samuel Ortiz
· 13 years ago
7c7cd3b
NFC: Add tx skb allocation routine
by Samuel Ortiz
· 13 years ago
f943cbe
inet: remove rcu protection on tw_net
by Eric Dumazet
· 13 years ago
5c3ddec
net: Remove unused neighbour layer ops.
by David S. Miller
· 13 years ago
0844555
bcma: use static keyword for inline function declaration in bcma.h
by Arend van Spriel
· 13 years ago
9d08f10
bcma: add set/mask macros for 16-bit register access
by Arend van Spriel
· 13 years ago
aee5ed5
bcma: extract FEM info from SPROM
by Rafał Miłecki
· 13 years ago
8a5ac6e
ssb: extract FEM info from SPROM
by Rafał Miłecki
· 13 years ago
8cb25e1
ieee80211: Introduce ieee80211_is_first_frag
by Helmut Schaa
· 13 years ago
adbde34
cfg80211: Fix race in bss timeout
by Vasanthakumar Thiagarajan
· 13 years ago
ab9c17a
mlx4_core: Modify driver initialization flow to accommodate SRIOV for Ethernet
by Jack Morgenstein
· 13 years ago
2b8fb28
mlx4_core: mtts resources units changed to offset
by Marcel Apfelbaum
· 13 years ago
ffe455a
mlx4: Ethernet port management modifications
by Eugenia Emantayev
· 13 years ago
f5311ac
mlx4_core: Reduce number of PD bits to 17
by Jack Morgenstein
· 13 years ago
f9baff5
mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)
by Jack Morgenstein
· 13 years ago
65dab25
mlx4: Extanding port_mask functionality
by Jack Morgenstein
· 13 years ago
623ed84
mlx4_core: initial header-file changes for SRIOV support
by Jack Morgenstein
· 13 years ago
9f048bf
net: fix build error if CONFIG_CGROUPS=n
by Eric Dumazet
· 13 years ago
90b41a1
netem: add cell concept to simulate special MAC behavior
by Hagen Paul Pfeifer
· 13 years ago
3aaabe2
tcp buffer limitation: per-cgroup limit
by Glauber Costa
· 13 years ago
3dc43e3
per-netns ipv4 sysctl_tcp_mem
by Glauber Costa
· 13 years ago
d1a4c0b
tcp memory pressure controls
by Glauber Costa
· 13 years ago
e1aab16
socket: initial cgroup code.
by Glauber Costa
· 13 years ago
180d8cd
foundations of per-cgroup memory pressure controlling.
by Glauber Costa
· 13 years ago
f2abba4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
fce8233
udp: Export code sk lookup routines
by Pavel Emelyanov
· 13 years ago
1942c51
inet_diag: Generalize inet_diag dump and get_exact calls
by Pavel Emelyanov
· 13 years ago
3c4d05c
inet_diag: Introduce the inet socket dumping routine
by Pavel Emelyanov
· 13 years ago
8d07d15
inet_diag: Introduce the byte-code run on an inet socket
by Pavel Emelyanov
· 13 years ago
b005ab4
inet_diag: Export inet diag cookie checking routine
by Pavel Emelyanov
· 13 years ago
7b35ead
inet_diag: Remove indirect sizeof from inet diag handlers
by Pavel Emelyanov
· 13 years ago
a73ed26
sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE
by Eric Dumazet
· 13 years ago
8af2a21
sch_red: Adaptative RED AQM
by Eric Dumazet
· 13 years ago
348a144
vlan: introduce functions to do mass addition/deletion of vids by another device
by Jiri Pirko
· 13 years ago
5b9ea6e
vlan: introduce vid list with reference counting
by Jiri Pirko
· 13 years ago
87002b0
net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls
by Jiri Pirko
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
7da82c0
vlan: rename vlan_dev_info to vlan_dev_priv
by Jiri Pirko
· 13 years ago
f589cf4
Merge branch 'wl12xx-next' into for-linville
by Luciano Coelho
· 13 years ago
959327c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
87a1157
ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().
by David S. Miller
· 13 years ago
8f03151
ipv6: Make third arg to anycast_dst_alloc() bool.
by David S. Miller
· 13 years ago
3df6eae
mac80211: accept public action frames with mismatched BSSID
by Johannes Berg
· 13 years ago
54858ee
nl80211: Parse channel type attribute in an ibss join request
by Alexander Simon
· 13 years ago
5f779bb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next
by John W. Linville
· 13 years ago
091c0f8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
126fdc3
inet_diag: Introduce new inet_diag_req header
by Pavel Emelyanov
· 13 years ago
d366477
sock_diag: Initial skeleton
by Pavel Emelyanov
· 13 years ago
8d34172
sock_diag: Introduce new message type
by Pavel Emelyanov
· 13 years ago
7f1fb60
inet_diag: Partly rename inet_ to sock_
by Pavel Emelyanov
· 13 years ago
d5f43c1
caif-spi: Bugfix for dump upon device removal
by Erwan Bracq
· 13 years ago
d39aeaf
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
45e713e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
232ea34
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
7125fac
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
63afe12
if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.
by sjur.brandeland@stericsson.com
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
27b14b5
tracing: Restore system filter behavior
by Li Zefan
· 13 years ago
f62ef5f
x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh northbridge functions
by Andreas Herrmann
· 13 years ago
10c6db1
perf: Fix loss of notification with multi-event
by Peter Zijlstra
· 13 years ago
117632e
tcp: take care of misalignments
by Eric Dumazet
· 13 years ago
78a8a36
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 13 years ago
04a6f44
ipv6: Kill ndisc_get_neigh() inline helper.
by David S. Miller
· 13 years ago
ccb1352
net: Add Open vSwitch kernel components.
by Jesse Gross
· 13 years ago
75f2811
ipv6: Add fragment reporting to ipv6_skip_exthdr().
by Jesse Gross
· 13 years ago
396cf94
vlan: Move vlan_set_encap_proto() to vlan header file
by Pravin B Shelar
· 13 years ago
b4e1661
genetlink: Add rcu_dereference_genl and genl_dereference.
by Jesse Gross
· 13 years ago
86b1309
genetlink: Add lockdep_genl_is_held().
by Pravin B Shelar
· 13 years ago
263ba61
genetlink: Add genl_notify()
by Pravin B Shelar
· 13 years ago
d095c1e
Bluetooth: Remove magic bluetooth version numbers
by Andrei Emeltchenko
· 13 years ago
b361311
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c2b5adb
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
0efebaa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
07f7fa5
Bluetooth: LE Set Scan Parameter Command
by Andre Guedes
· 13 years ago
d23264a
Bluetooth: Add dev_flags to struct hci_dev
by Andre Guedes
· 13 years ago
1e89cff
Bluetooth: Add HCI Read Flow Control Mode function
by Andrei Emeltchenko
· 13 years ago
5983fe2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
Next »