Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
89efea25cdceb9093e3f7fb717d3b4063f7f8749
/
net
2ea744a
net: unix -- Add missing module.h inclusion
by Cyrill Gorcunov
· 14 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 14 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 14 years ago
966567b
net: two vzalloc() cleanups
by Eric Dumazet
· 14 years ago
447f219
Revert "net: Remove unused neighbour layer ops."
by David S. Miller
· 14 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
· 14 years ago
e6373c4
net:bridge: use IS_ENABLED
by Igor Maravić
· 14 years ago
c0cd115
net:netfilter: use IS_ENABLED
by Igor Maravić
· 14 years ago
29c3626
net:x25: use IS_ENABLED
by Igor Maravić
· 14 years ago
a3bf7ae
net:core: use IS_ENABLED
by Igor Maravić
· 14 years ago
869aa41
sch_gred: prefer GFP_KERNEL allocations
by Eric Dumazet
· 14 years ago
36b77a5
net: fix sleeping while atomic problem in sock mem_cgroup.
by Glauber Costa
· 14 years ago
220b07e
batman-adv: Fix merge error.
by David S. Miller
· 14 years ago
278bc42
ethtool: Define and apply a default policy for RX flow hash indirection
by Ben Hutchings
· 14 years ago
7850f63
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
by Ben Hutchings
· 14 years ago
5d531aa
unix_diag: Write it into kbuild
by Pavel Emelyanov
· 14 years ago
cbf3919
unix_diag: Receive queue lenght NLA
by Pavel Emelyanov
· 14 years ago
2aac7a2
unix_diag: Pending connections IDs NLA
by Pavel Emelyanov
· 14 years ago
ac02be8
unix_diag: Unix peer inode NLA
by Pavel Emelyanov
· 14 years ago
5f7b056
unix_diag: Unix inode info NLA
by Pavel Emelyanov
· 14 years ago
f5248b4
unix_diag: Unix socket name NLA
by Pavel Emelyanov
· 14 years ago
5d3cae8
unix_diag: Dumping exact socket core
by Pavel Emelyanov
· 14 years ago
45a96b9
unix_diag: Dumping all sockets core
by Pavel Emelyanov
· 14 years ago
22931d3
unix_diag: Basic module skeleton
by Pavel Emelyanov
· 14 years ago
fa7ff56
af_unix: Export stuff required for diag module
by Pavel Emelyanov
· 14 years ago
f65c1b5
sock_diag: Generalize requests cookies managements
by Pavel Emelyanov
· 14 years ago
aec8dc6
sock_diag: Fix module netlink aliases
by Pavel Emelyanov
· 14 years ago
5ce543d
cfg80211: Restore orig channel values upon disconnect
by Rajkumar Manoharan
· 14 years ago
061acaa
cfg80211: allow following country IE power for custom regdom cards
by Luis R. Rodriguez
· 14 years ago
b26e478
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 14 years ago
1478acb
mac80211: Fix power save in change interface
by Mohammed Shafi Shajakhan
· 14 years ago
9c38a8b
mac80211: remove an unnecessary paraenthesis
by Mohammed Shafi Shajakhan
· 14 years ago
cf6bb79
mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames
by Helmut Schaa
· 14 years ago
4d33960
mac80211: reduce station management complexity
by Johannes Berg
· 14 years ago
8bf11d8
mac80211: delay IBSS station insertion
by Johannes Berg
· 14 years ago
5654416
mac80211: make address arguments to sta_info_alloc const
by Johannes Berg
· 14 years ago
2962389
mac80211: count authorized stations per BSS
by Johannes Berg
· 14 years ago
d9a7ddb
mac80211: refactor station state transitions
by Johannes Berg
· 14 years ago
87be1e1
mac80211: use station mutex in configuration
by Johannes Berg
· 14 years ago
92b62f2
mac80211: remove duplicate TDLS peer verification
by Johannes Berg
· 14 years ago
bdd90d5
cfg80211: validate nl80211 station handling better
by Johannes Berg
· 14 years ago
d83023d
nl80211: add TDLS peer flag to policy
by Johannes Berg
· 14 years ago
c48e074
tcp_memcontrol: fix reversed if condition
by Dan Carpenter
· 14 years ago
d646960
NFC: Initial LLCP support
by Samuel Ortiz
· 14 years ago
541d920
NFC: Set and get DEP general bytes
by Samuel Ortiz
· 14 years ago
1ed28f6
NFC: Add a DEP link control netlink command
by Samuel Ortiz
· 14 years ago
db81a62
NFC: Atomic socket allocation
by Samuel Ortiz
· 14 years ago
94a098d
NFC: Do not take the genl mutex from the netlink release notifier
by Samuel Ortiz
· 14 years ago
7c7cd3b
NFC: Add tx skb allocation routine
by Samuel Ortiz
· 14 years ago
52858b5
NFC: Add function name to the NFC pr_fmt() routine
by Samuel Ortiz
· 14 years ago
cb71b8d
mac80211: free skb on error path of ieee80211_ibss_join()
by Simon Wunderlich
· 14 years ago
00918d3
nl80211: accept testmode dump with netdev
by Johannes Berg
· 14 years ago
5d22df2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 14 years ago
e6560d4
net: ping: remove some sparse errors
by Eric Dumazet
· 14 years ago
3a53943
cls_flow: remove one dynamic array
by Eric Dumazet
· 14 years ago
de93cb2
vlan: static functions
by Eric Dumazet
· 14 years ago
f9586f7
vlan: add rtnl_dereference() annotations
by Dan Carpenter
· 14 years ago
c63044f
rtnetlink: rtnl_link_register() sanity test
by Eric Dumazet
· 14 years ago
bb3c368
ipv6: Check dest prefix length on original route not copied one in rt6_alloc_cow().
by David S. Miller
· 14 years ago
b43faac
ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error.
by David S. Miller
· 14 years ago
5c3ddec
net: Remove unused neighbour layer ops.
by David S. Miller
· 14 years ago
53d69c3
mac80211: don't check sdata_running in vif notifier
by Eliad Peller
· 14 years ago
0d392e9
mac80211: configure BSS_CHANGED_ARP_FILTER on reconfiguration
by Eliad Peller
· 14 years ago
cd6c524
mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.
by Dmitry TARNYAGIN
· 14 years ago
4a38994
cfg80211: notify core hints that helps to restore regd settings
by Rajkumar Manoharan
· 14 years ago
adf5ace
mac80211: Make use of ieee80211_is_* functions in tx status path
by Helmut Schaa
· 14 years ago
42624d4
mac80211: Purge A-MPDU TX queues before station destructions
by Yogesh Ashok Powar
· 14 years ago
adbde34
cfg80211: Fix race in bss timeout
by Vasanthakumar Thiagarajan
· 14 years ago
fb03c5e
mac80211: unlock on error path in ieee80211_ibss_join()
by Dan Carpenter
· 14 years ago
90b41a1
netem: add cell concept to simulate special MAC behavior
by Hagen Paul Pfeifer
· 14 years ago
c7c6575
Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 14 years ago
3f1e6d3
sch_gred: should not use GFP_KERNEL while holding a spinlock
by Eric Dumazet
· 14 years ago
0850f0f
Display maximum tcp memory allocation in kmem cgroup
by Glauber Costa
· 14 years ago
ffea59e
Display current tcp failcnt in kmem cgroup
by Glauber Costa
· 14 years ago
5a6dd34
Display current tcp memory allocation in kmem cgroup
by Glauber Costa
· 14 years ago
3aaabe2
tcp buffer limitation: per-cgroup limit
by Glauber Costa
· 14 years ago
3dc43e3
per-netns ipv4 sysctl_tcp_mem
by Glauber Costa
· 14 years ago
d1a4c0b
tcp memory pressure controls
by Glauber Costa
· 14 years ago
e1aab16
socket: initial cgroup code.
by Glauber Costa
· 14 years ago
180d8cd
foundations of per-cgroup memory pressure controlling.
by Glauber Costa
· 14 years ago
72b3601
ipip, sit: copy parms.name after register_netdevice
by Ted Feng
· 14 years ago
4af04ab
ipv6: Fix for adding multicast route for loopback device automatically.
by Li Wei
· 14 years ago
f8c141c
nfc: signedness bug in __nci_request()
by Dan Carpenter
· 14 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
· 14 years ago
b5a1eee
batman-adv: Only write requested number of byte to user buffer
by Sven Eckelmann
· 14 years ago
d18eb45
batman-adv: Directly check read of icmp packet in copy_from_user
by Sven Eckelmann
· 14 years ago
c00b685
batman-adv: bat_socket_read missing checks
by Paul Kot
· 14 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 14 years ago
86e62ad
udp_diag: Fix the !ipv6 case
by Pavel Emelyanov
· 14 years ago
b872a23
udp_diag: Make it module when ipv6 is a module
by Pavel Emelyanov
· 14 years ago
507dd79
udp_diag: Wire the udp_diag module into kbuild
by Pavel Emelyanov
· 14 years ago
b6d640c
udp_diag: Implement the dump-all functionality
by Pavel Emelyanov
· 14 years ago
a925aa0
udp_diag: Implement the get_exact dumping functionality
by Pavel Emelyanov
· 14 years ago
52b7c59
udp_diag: Basic skeleton
by Pavel Emelyanov
· 14 years ago
fce8233
udp: Export code sk lookup routines
by Pavel Emelyanov
· 14 years ago
1942c51
inet_diag: Generalize inet_diag dump and get_exact calls
by Pavel Emelyanov
· 14 years ago
3c4d05c
inet_diag: Introduce the inet socket dumping routine
by Pavel Emelyanov
· 14 years ago
8d07d15
inet_diag: Introduce the byte-code run on an inet socket
by Pavel Emelyanov
· 14 years ago
efb3cb4
inet_diag: Split inet_diag_get_exact into parts
by Pavel Emelyanov
· 14 years ago
476f7db
inet_diag: Split inet_diag_get_exact into parts
by Pavel Emelyanov
· 14 years ago
Next »