Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3282aea9ea5644a5b0161ad0fbd70fbf1099a470
/
net
3282aea
mac80211: Do not report false error from mesh_path_add.
by Pavel Emelyanov
· 17 years ago
8566dc3
mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.
by Pavel Emelyanov
· 17 years ago
00242c4
mac80211: Report allocation failure from mesh_path_node_copy.
by Pavel Emelyanov
· 17 years ago
4caf86c
mac80211: Prepare mesh_table_grow to failing copy_node callback.
by Pavel Emelyanov
· 17 years ago
5194ee8
mac80211: Fix one more call to synchronize_rcu in atomic context.
by Pavel Emelyanov
· 17 years ago
402d775
mac80211: Brush up error paths in mesh_path_add.
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
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
812714d
mac80211: mesh hwmp: fix kfree(skb)
by Patrick McHardy
· 17 years ago
69687a0
mac80211: fix access to null skb
by Luis Carlos Cobo
· 17 years ago
ef26925
mac80211: fix incorrect mesh header length
by Luis Carlos Cobo
· 17 years ago
df44205
mac80211: Don't encrypt beacons
by Ivo van Doorn
· 17 years ago
78520ca
mac80211: fix debugfs default key oops
by Johannes Berg
· 17 years ago
bb55bdd
fix irq flags in mac80211 code
by Steven Rostedt
· 17 years ago
7ef43eb
tipc: Fix race condition when creating socket or native port
by Allan Stephens
· 17 years ago
4e3e6dc
tipc: Enhancements to name table initialization
by Allan Stephens
· 17 years ago
c449258
sctp: Add address type check while process paramaters of ASCONF chunk
by Wei Yongjun
· 17 years ago
6e40a91
sctp: Do not enable peer IPv6 address support on PF_INET socket
by Wei Yongjun
· 17 years ago
20c2c1f
sctp: add sctp/remaddr table to complete RFC remote address table OID
by Neil Horman
· 17 years ago
88a0a94
sctp: Support the new specification of sctp_connectx()
by Vlad Yasevich
· 17 years ago
d364d92
sctp: Bring SCTP_DELAYED_ACK socket option into API compliance
by Wei Yongjun
· 17 years ago
a8f43ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
36ca34c
sit: Add missing kfree_skb() on pskb_may_pull() failure.
by David S. Miller
· 17 years ago
f08269d
tipc: Increase buffer header to support worst-case device
by Allan Stephens
· 17 years ago
28a4acb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
625fc3a
Remove duplicated include in net/sunrpc/svc.c
by Huang Weiyi
· 17 years ago
a1f2aa1
fix irq flags in mac80211 code
by Steven Rostedt
· 17 years ago
e46b66b
net: Added ASSERT_RTNL() to dev_open() and dev_close().
by Ben Hutchings
· 17 years ago
c2ab7ac
can: Fix can_send() handling on dev_queue_xmit() failures
by Oliver Hartkopp
· 17 years ago
aca5139
netns: Fix arbitrary net_device-s corruptions on net_ns stop.
by Pavel Emelyanov
· 17 years ago
f3261af
netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol config values
by Patrick McHardy
· 17 years ago
ef75d49
netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last request
by Patrick McHardy
· 17 years ago
c67fa02
net/ipv4: correct RFC 1122 section reference in comment
by J.H.M. Dassen (Ray)
· 17 years ago
62ab222
tcp FRTO: SACK variant is errorneously used with NewReno
by Ilpo Järvinen
· 17 years ago
5c5e128
mac80211: fix wme code
by Johannes Berg
· 17 years ago
3df5ee6
wireless: fix warning introduced by "mac80211: QoS related cleanups"
by John W. Linville
· 17 years ago
e100bb6
mac80211: QoS related cleanups
by Johannes Berg
· 17 years ago
7eafd25
remove ieee80211_wx_{get,set}_auth()
by Adrian Bunk
· 17 years ago
c12cf21
remove ieee80211_tx_frame()
by Adrian Bunk
· 17 years ago
712590d
make sta_rx_agg_session_timer_expired() static
by Adrian Bunk
· 17 years ago
3acea5b
mac80211: correct skb allocation
by Ester Kummer
· 17 years ago
c6adbd2
mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE
by Ivo van Doorn
· 17 years ago
988c0f7
mac80211: a few code cleanups
by Johannes Berg
· 17 years ago
1c01442
mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf
by Ivo van Doorn
· 17 years ago
4880d10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
9d1045a
net_cls_act: act_simple dont ignore realloc code
by Jamal Hadi Salim
· 17 years ago
5f6b1ea
Revert "atm: Do not free already unregistered net device."
by David S. Miller
· 17 years ago
1944317
dccp: return -EINVAL on invalid feature length
by Chris Wright
· 17 years ago
a7ca026
tipc: Update version number to TIPC 1.6.4
by Allan Stephens
· 17 years ago
48c9713
tipc: Exclude debug-only print buffer code when not debugging
by Allan Stephens
· 17 years ago
6063da9
tipc: Cosmetic cleanup of system & debug output declarations
by Allan Stephens
· 17 years ago
7d3aa71
[TIPC]: Cosmetic cleanup of print buffer code
by Allan Stephens
· 17 years ago
c890398
tipc: Elimination of print buffer chaining
by Allan Stephens
· 17 years ago
40dbfae
tipc: Fix null pointer dereference in debug code
by Allan Stephens
· 17 years ago
93758c3
tipc: Fix recursive spinlock invocation in print buffer code
by Allan Stephens
· 17 years ago
fb98ec7
tipc: Provide feedback when log buffer resizing fails
by Allan Stephens
· 17 years ago
025adbe
tipc: Simplify log buffer resizing
by Allan Stephens
· 17 years ago
fa1b1cf
net_cls_act: Make act_simple use of netlink policy.
by Jamal Hadi Salim
· 17 years ago
5ffc02a
ip: Use inline function dst_metric() instead of direct access to dst->metric[]
by Satoru SATOH
· 17 years ago
Next »