Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f16aeea0e679d5fd43fc02e99569c52d77d5e5d3
/
net
8f4cccb
net: Set device operstate at registration time
by Ben Hutchings
· 12 years ago
3afa6d0
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
by Neil Horman
· 12 years ago
e6e94e3
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 12 years ago
748e2d9
net: reinstate rtnl in call_netdevice_notifiers()
by Eric Dumazet
· 12 years ago
fa4f0af
batman-adv: Start new development cycle
by Sven Eckelmann
· 12 years ago
3713517
batman-adv: change interface_rx to get orig node
by Antonio Quartulli
· 12 years ago
30cfd02
batman-adv: detect not yet announced clients
by Antonio Quartulli
· 12 years ago
c67893d
batman-adv: Reduce accumulated length of simple statements
by Sven Eckelmann
· 12 years ago
bbb1f90
batman-adv: Don't break statements after assignment operator
by Sven Eckelmann
· 12 years ago
8de47de
batman-adv: Use BIT(x) macro to calculate bit positions
by Sven Eckelmann
· 12 years ago
74ee363
batman-adv: Drop tt queries with foreign dest
by Martin Hundebøll
· 12 years ago
ff51fd7
batman-adv: Move batadv_check_unicast_packet()
by Martin Hundebøll
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
6244630
batman-adv: check batadv_orig_hash_add_if() return code
by Simon Wunderlich
· 12 years ago
a51fb9b
batman-adv: fix typos in comments
by Antonio Quartulli
· 12 years ago
d657e62
batman-adv: add reference counting for type batadv_tt_orig_list_entry
by Antonio Quartulli
· 12 years ago
3a7f291
batman-adv: remove a misleading comment
by Jonathan Corbet
· 12 years ago
1c9b055
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
by Marek Lindner
· 12 years ago
3eb8773
batman-adv: rename bridge loop avoidance claim types
by Simon Wunderlich
· 12 years ago
99e966f
batman-adv: correct comments in bridge loop avoidance
by Simon Wunderlich
· 12 years ago
536a23f
batman-adv: Add the backbone gateway list to debugfs
by Simon Wunderlich
· 12 years ago
c704372
batman-adv: move function arguments on one line
by Antonio Quartulli
· 12 years ago
0fa7fa9
packet: Protect packet sk list with mutex (v2)
by Pavel Emelyanov
· 12 years ago
9e67030
af_packet: use define instead of constant
by danborkmann@iogearbox.net
· 12 years ago
bfdc587
rds: Don't disable BH on BH context
by Ying Xue
· 12 years ago
b87fb39
ipv6: gre: fix ip6gre_err()
by Eric Dumazet
· 12 years ago
ef8531b
xfrm: fix RCU bugs
by Eric Dumazet
· 12 years ago
0115e8e
net: remove delay at device dismantle
by Eric Dumazet
· 12 years ago
bf277b0
Merge git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
90efbed
netfilter: remove unnecessary goto statement for error recovery
by Jean Sacren
· 12 years ago
6705e86
netfilter: replace list_for_each_continue_rcu with new interface
by Michael Wang
· 12 years ago
e0e3cea
af_netlink: force credentials passing [CVE-2012-3520]
by Eric Dumazet
· 12 years ago
a9915a1
ipv4: fix ip header ident selection in __ip_make_skb()
by Eric Dumazet
· 12 years ago
1a7b27c
ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()
by Christoph Paasch
· 12 years ago
144d56e
tcp: fix possible socket refcount problem
by Eric Dumazet
· 12 years ago
2834a63
netfilter: nf_conntrack: remove unnecessary RTNL locking
by Patrick McHardy
· 12 years ago
fe31d1a
netfilter: sparse endian fixes
by Patrick McHardy
· 12 years ago
fae6ef8
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
by Neal Cardwell
· 12 years ago
3de7a37
net/core/dev.c: fix kernel-doc warning
by Randy Dunlap
· 12 years ago
9d7b0fc
net: ipv6: fix oops in inet_putpeer()
by Patrick McHardy
· 12 years ago
d92c7f8
caif: Do not dereference NULL in chnl_recv_cb()
by Jesper Juhl
· 12 years ago
6c71bec
Merge git://1984.lsi.us.es/nf
by David S. Miller
· 12 years ago
c0de08d
af_packet: don't emit packet on orig fanout group
by Eric Leblond
· 12 years ago
e6a04b1
tipc: eliminate configuration for maximum number of name publications
by Ying Xue
· 12 years ago
34f256c
tipc: eliminate configuration for maximum number of name subscriptions
by Ying Xue
· 12 years ago
61cdd4d
tipc: add __read_mostly annotations to several global variables
by Ying Xue
· 12 years ago
f046e7d
tipc: convert tipc_nametbl_size type from variable to macro
by Ying Xue
· 12 years ago
379c045
tipc: change tipc_net_start routine return value type
by Ying Xue
· 12 years ago
3812943
tipc: manually inline single use media_name_valid routine
by Ying Xue
· 12 years ago
fc07393
tipc: remove pointless name sanity check and tipc_alphabet array
by Ying Xue
· 12 years ago
4225a39
tipc: fix lockdep warning during bearer initialization
by Ying Xue
· 12 years ago
fa7f86f
tipc: optimize the initialization of network device notifier
by Ying Xue
· 12 years ago
fff3321
packet: Report fanout status via diag engine
by Pavel Emelyanov
· 12 years ago
16f0136
packet: Report rings cfg via diag engine
by Pavel Emelyanov
· 12 years ago
5ef5d6c
gre: information leak in ip6_tnl_ioctl()
by Dan Carpenter
· 12 years ago
5689226
xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh
by Fan Du
· 12 years ago
476ad15
net: netprio: fix cgrp create and write priomap race
by John Fastabend
· 12 years ago
48a87cc
net: netprio: fd passed in SCM_RIGHTS datagram not set correctly
by John Fastabend
· 12 years ago
f796c20
net: netprio: fix files lock and remove useless d_path bits
by John Fastabend
· 12 years ago
16c0b16
act_mirred: do not drop packets when fails to mirror it
by Jason Wang
· 12 years ago
02644a1
sctp: fix bogus if statement in sctp_auth_recv_cid()
by Dan Carpenter
· 12 years ago
6932f11
sctp: fix compile issue with disabled CONFIG_NET_NS
by Ulrich Weber
· 12 years ago
2614f86
netfilter: nf_ct_expect: fix possible access to uninitialized timer
by Pablo Neira Ayuso
· 12 years ago
43da5f2
net: fix info leak in compat dev_ifconf()
by Mathias Krause
· 12 years ago
2d8a041
ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)
by Mathias Krause
· 12 years ago
7b07f8e
dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)
by Mathias Krause
· 12 years ago
276bdb8
dccp: check ccid before dereferencing
by Mathias Krause
· 12 years ago
3592aae
llc: fix info leak via getsockname()
by Mathias Krause
· 12 years ago
04d4fbc
l2tp: fix info leak via getsockname()
by Mathias Krause
· 12 years ago
792039c
Bluetooth: L2CAP - Fix info leak via getsockname()
by Mathias Krause
· 12 years ago
9344a97
Bluetooth: RFCOMM - Fix info leak via getsockname()
by Mathias Krause
· 12 years ago
f9432c5
Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
by Mathias Krause
· 12 years ago
9ad2de4
Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)
by Mathias Krause
· 12 years ago
3f68ba0
Bluetooth: HCI - Fix info leak via getsockname()
by Mathias Krause
· 12 years ago
e15ca9a
Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)
by Mathias Krause
· 12 years ago
3c0c5cf
atm: fix info leak via getsockname()
by Mathias Krause
· 12 years ago
e862f1a
atm: fix info leak in getsockopt(SO_ATMPVC)
by Mathias Krause
· 12 years ago
2ea2149
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
1b3a692
net: remove wrong initialization for snd_wl1
by Razvan Ghitulete
· 12 years ago
65e0736
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
by Fan Du
· 12 years ago
c03307e
bridge: fix rcu dereference outside of rcu_read_lock
by Stephen Hemminger
· 12 years ago
1669891
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
e1fc3b1
sctp: Make sysctl tunables per net
by Eric W. Biederman
· 12 years ago
f53b5b0
sctp: Push struct net down into sctp_verify_ext_param
by Eric W. Biederman
· 12 years ago
24cb81a
sctp: Push struct net down into all of the state machine functions
by Eric W. Biederman
· 12 years ago
e7ff4a7
sctp: Push struct net down into sctp_in_scope
by Eric W. Biederman
· 12 years ago
89bf345
sctp: Push struct net down into sctp_transport_init
by Eric W. Biederman
· 12 years ago
55e26eb
sctp: Push struct net down to sctp_chunk_event_lookup
by Eric W. Biederman
· 12 years ago
ebb7e95
sctp: Add infrastructure for per net sysctls
by Eric W. Biederman
· 12 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 12 years ago
bb2db45
sctp: Enable sctp in all network namespaces
by Eric W. Biederman
· 12 years ago
13d782f
sctp: Make the proc files per network namespace.
by Eric W. Biederman
· 12 years ago
632c928
sctp: Move the percpu sockets counter out of sctp_proc_init
by Eric W. Biederman
· 12 years ago
2ce9550
sctp: Make the ctl_sock per network namespace
by Eric W. Biederman
· 12 years ago
4db67e8
sctp: Make the address lists per network namespace
by Eric W. Biederman
· 12 years ago
4110cc2
sctp: Make the association hashtable handle multiple network namespaces
by Eric W. Biederman
· 12 years ago
4cdadcb
sctp: Make the endpoint hashtable handle multiple network namespaces
by Eric W. Biederman
· 12 years ago
f1f4376
sctp: Make the port hash table use struct net in it's key.
by Eric W. Biederman
· 12 years ago
7bab3ae
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 12 years ago
Next »