Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
99c145939bc1f65f9b946f2b9dd7bfc1f44783d6
/
net
99c1459
tipc: Fix bugs in rejection of message with short header
by Allan Stephens
· 16 years ago
9bef543
tipc: Message header creation optimizations
by Allan Stephens
· 16 years ago
bd78453
tipc: Expand link sequence gap field to 13 bits
by Allan Stephens
· 16 years ago
307fdf5
tipc: Add missing spinlock in name table display code
by Allan Stephens
· 16 years ago
0f15d36
tipc: Prevent display of name table types with no publications
by Allan Stephens
· 16 years ago
7571521
tipc: Optimize message initialization routine
by Allan Stephens
· 16 years ago
9c396a7
tipc: Prevent access of non-existent field in short message header
by Allan Stephens
· 16 years ago
1265a02
tipc: Minor optimizations to received message processing
by Allan Stephens
· 16 years ago
a686e68
tipc: Fix minor bugs in link session number handling
by Allan Stephens
· 16 years ago
e0d4e3d
tipc: Fix bugs in message error code display when debugging
by Allan Stephens
· 16 years ago
5307e46
tipc: Standardize error checking on incoming messages via native API
by Allan Stephens
· 16 years ago
84b07c1
tipc: Fix bug in connection setup via native API
by Allan Stephens
· 16 years ago
5406460
irda: Push BKL down into irda ioctl handlers
by Alan Cox
· 17 years ago
866988e
wanrouter: Push down BKL
by Alan Cox
· 17 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
289c79a
vlan: Use bitmask of feature flags instead of seperate feature bits
by Patrick McHardy
· 17 years ago
071f92d
net: The world is not perfect patch.
by Rami Rosen
· 17 years ago
88860c9
xfrm_user: Remove zero length key checks.
by David S. Miller
· 17 years ago
51f82a2
net/ipv4/arp.c: Use common hex_asc helpers
by Denis Cheng
· 17 years ago
7d227cd2
tcp: TCP connection times out if ICMP frag needed is delayed
by Sridhar Samudrala
· 17 years ago
0319437
tipc: Fix initialization sequence problems when entering network mode
by Allan Stephens
· 17 years ago
6d4a667
tipc: Update "previous node" indicators when node address changes
by Allan Stephens
· 17 years ago
811102c
tipc: Optimize null pointer check during neighbor discovery
by Allan Stephens
· 17 years ago
2ecb092
tipc: Prevent node object duplication due to simultaneous discovery
by Allan Stephens
· 17 years ago
59f0c45
tipc: Fix skb_under_panic when configuring TIPC without privileges
by Allan Stephens
· 17 years ago
dc58c78
ip6mr: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
cf3677a
ipmr: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
3dca02a
ip6tnl: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
2f4c02d
ipmr: Ipip tunnel uses on-device stats.
by Pavel Emelyanov
· 17 years ago
4eecc10
sit: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
50f59ce
ipip: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
addd68e
ipgre: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
a339f1c
bridge: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
96e7408
net: The dev->get_stats pointer is not NULL nowadays.
by Pavel Emelyanov
· 17 years ago
4da5105
af_key: Fix selector family initialization.
by Kazunori MIYAZAWA
· 17 years ago
d8ac48d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 17 years ago
0d580a7
mac80211: fix NULL pointer dereference in ieee80211_compatible_rates
by Helmut Schaa
· 17 years ago
d3ede32
pktgen: make sure that pktgen_thread_worker has been executed
by Denis V. Lunev
· 17 years ago
51e779f
mac80211: don't claim iwspy support
by Johannes Berg
· 17 years ago
5fb1357
[VLAN]: Propagate selected feature bits to VLAN devices
by Patrick McHardy
· 17 years ago
81d8534
vlan: Correctly handle device notifications for layered VLAN devices
by Patrick McHardy
· 17 years ago
0e91796
net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()
by David Woodhouse
· 17 years ago
f2df824
net_sched: cls_api: fix return value for non-existant classifiers
by Patrick McHardy
· 17 years ago
1ac06e0
ipsec: Use the correct ip_local_out function
by Herbert Xu
· 17 years ago
6f70499
ipv6 addrconf: Allow infinite prefix lifetime.
by YOSHIFUJI Hideaki
· 17 years ago
69cdf8f
ipv6 route: Fix lifetime in netlink.
by YOSHIFUJI Hideaki
· 17 years ago
a326443
ipv6 addrconf: Fix route lifetime setting in corner case.
by YOSHIFUJI Hideaki
· 17 years ago
44dc19c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 17 years ago
0686caa
ndisc: Add missing strategies for per-device retrans timer/reachable time settings.
by YOSHIFUJI Hideaki
· 17 years ago
34ac257
ipv6: Register some net/ipv6/ core sysctls at read-only root.
by Pavel Emelyanov
· 17 years ago
7d291eb
inet: Register fragmentation some ctls at read-only root.
by Pavel Emelyanov
· 17 years ago
0002c63
ipv6: In fragmentation code, handle error returned from register_pernet_subsys.
by Pavel Emelyanov
· 17 years ago
0a64b4b
inet: Rename fragmentation sysctl-related functions/variables.
by Pavel Emelyanov
· 17 years ago
d5a4502
netns: Register net/core/ sysctls at read-only root.
by Pavel Emelyanov
· 17 years ago
d62c612
netns: Introduce sysctl root for read-only net sysctls.
by Pavel Emelyanov
· 17 years ago
5b06c85c
tipc: Cosmetic cleanup of topology service code
by Allan Stephens
· 17 years ago
28353e7
tipc: Consolidate subscriber & subscriber port references
by Allan Stephens
· 17 years ago
fc5ad58
tipc: Fix bug in topology server byte swapping routine
by Allan Stephens
· 17 years ago
8e9501f
tipc: Add support for customized subscription endianness
by Allan Stephens
· 17 years ago
e15f880
tipc: Add support for customized subscription overlap handling
by Allan Stephens
· 17 years ago
2f561fe
mac80211: Add RTNL version of ieee80211_iterate_active_interfaces
by Ivo van Doorn
· 17 years ago
34a961f
mac80211 : Association with 11n hidden ssid ap.
by Abhijeet Kolekar
· 17 years ago
f42a444
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 17 years ago
63fe46d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
dcc9977
net: handle errors from device_rename
by Stephen Hemminger
· 17 years ago
8f40f67
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 17 years ago
f7fd63c
net/irda/irnet/irnet_irda.c needs unaligned.h
by Andrew Morton
· 17 years ago
887b3ec
9p: fix error path during early mount
by Eric Van Hensbergen
· 17 years ago
332c421
9p: make cryptic unknown error from server less scary
by Eric Van Hensbergen
· 17 years ago
d0c4471
9p: fix flags length in net
by Steven Rostedt
· 17 years ago
728fc4e
9p: Correct fidpool creation failure in p9_client_create
by Josef 'Jeff' Sipek
· 17 years ago
c154949
9p: use struct mutex instead of struct semaphore
by Josef 'Jeff' Sipek
· 17 years ago
bb8ffdf
9p: propagate parse_option changes to client and transports
by Eric Van Hensbergen
· 17 years ago
ee44399
9p: Documentation updates
by Eric Van Hensbergen
· 17 years ago
b0a6717
mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX frames
by Ivo van Doorn
· 17 years ago
2940bb6
wireless: Add missing locking to cfg80211_dev_rename
by Eric W. Biederman
· 17 years ago
601ae7f
mac80211: make rx radiotap header more flexible
by Bruno Randolf
· 17 years ago
566bfe5
mac80211: use hardware flags for signal/noise units
by Bruno Randolf
· 17 years ago
fac371d
mac80211: fix queue constant confusion
by Johannes Berg
· 17 years ago
07346f81
mac80211: proper STA info locking
by Johannes Berg
· 17 years ago
3434fbd
mac80211: require four hardware queues for QoS/HT
by Johannes Berg
· 17 years ago
8c046c8
mac80211: tkip.c use kernel-provided infrastructure
by Harvey Harrison
· 17 years ago
ae7245c
wireless: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
6aa5fc4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
9ee6b7f
net: Fix typo in net/core/sock.c.
by Rami Rosen
· 17 years ago
01b7a31
netfilter: xt_iprange: module aliases for xt_iprange
by Phil Oester
· 17 years ago
1eedf69
netfilter: ctnetlink: dump conntrack ID in event messages
by Eric Leblond
· 17 years ago
3322238
irda: Fix a misalign access issue. (v2)
by Graf Yang
· 17 years ago
c1cc678
sctp: Fix use of uninitialized pointer
by Patrick McHardy
· 17 years ago
5e0f892
cipso: Relax too much careful cipso hash function.
by Pavel Emelyanov
· 17 years ago
79d44516
tcp FRTO: work-around inorder receivers
by Ilpo Järvinen
· 17 years ago
a1c1f28
tcp FRTO: Fix fallback to conventional recovery
by Ilpo Järvinen
· 17 years ago
608961a
mac80211: Use skb_header_cloned() on TX path.
by David S. Miller
· 17 years ago
f3994ec
mac80211: assign needed_headroom/tailroom for netdevs
by Johannes Berg
· 17 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 17 years ago
a4278e1
mac80211: add missing newlines in printk()
by Pavel Roskin
· 17 years ago
36d16ae
mac80211: fix association with some APs
by Helmut Schaa
· 17 years ago
6d6936e
Fix potential scheduling while atomic in mesh_path_add.
by Pavel Emelyanov
· 17 years ago
0eb03d5
Fix not checked kmalloc() result.
by Pavel Emelyanov
· 17 years ago
f84e71a
Fix GFP_KERNEL allocation under read lock.
by Pavel Emelyanov
· 17 years ago
Next »