index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2015-03-06
switchdev: add IPv4 fib ndo ops wrappers
Scott Feldman
2015-03-06
net: dsa: extract dsa switch tree setup and removal
Florian Fainelli
2015-03-06
net: dsa: let switches specify their tagging protocol
Florian Fainelli
2015-03-06
net: dsa: split dsa_switch_setup into two functions
Florian Fainelli
2015-03-06
net: dsa: allow deferred probing
Florian Fainelli
2015-03-06
net: dsa: update dsa_of_{probe, remove} to use a device pointer
Florian Fainelli
2015-03-05
inet_diag: remove duplicate code from inet_twsk_diag_dump()
Eric Dumazet
2015-03-05
tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()
Eric Dumazet
2015-03-05
tipc: add ip/udp media type
Erik Hugne
2015-03-05
tipc: increase size of tipc discovery messages
Erik Hugne
2015-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-03-05
ipv4: ip_check_defrag should not assume that skb_network_offset is zero
Alexander Drozdov
2015-03-05
net_sched: move tp->root allocation into fw_init()
WANG Cong
2015-03-05
net_sched: move tp->root allocation into route4_init()
WANG Cong
2015-03-05
mpls: using vzalloc requires including vmalloc.h
Stephen Rothwell
2015-03-06
netfilter: nf_tables: limit maximum table name length to 32 bytes
Pablo Neira Ayuso
2015-03-06
netfilter: nf_tables: consolidate Kconfig options
Pablo Neira Ayuso
2015-03-06
netfilter: nf_tables: consolidate tracing invocations
Patrick McHardy
2015-03-06
netfilter: nf_tables: minor tracing cleanups
Patrick McHardy
2015-03-06
netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster
Pablo Neira Ayuso
2015-03-05
bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi
Jouni Malinen
2015-03-05
ax25: Fix the build when CONFIG_INET is disabled
kbuild test robot
2015-03-05
Bluetooth: fix service discovery behaviour for empty uuids filter
Jakub Pawlowski
2015-03-05
Bluetooth: Refactor service discovery filter logic
Jakub Pawlowski
2015-03-05
Bluetooth: Move Service Discovery logic before refactoring
Jakub Pawlowski
2015-03-04
fib_trie: Prevent allocating tnode if bits is too big for size_t
Alexander Duyck
2015-03-04
fib_trie: Update last spot w/ idx >> n->bits code and explanation
Alexander Duyck
2015-03-04
fib_trie: Make fib_table rcu safe
Alexander Duyck
2015-03-04
fib_trie: move leaf and tnode to occupy the same spot in the key vector
Alexander Duyck
2015-03-04
fib_trie: Update insert and delete to make use of tp from find_node
Alexander Duyck
2015-03-04
fib_trie: Fib find node should return parent
Alexander Duyck
2015-03-04
fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf
Alexander Duyck
2015-03-04
fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...
Alexander Duyck
2015-03-04
mpls: rtm_mpls_policy[] can be static
Wu Fengguang
2015-03-04
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
2015-03-04
netfilter: nf_tables: fix error handling of rule replacement
Pablo Neira Ayuso
2015-03-04
netfilter: nf_tables: fix userdata length overflow
Patrick McHardy
2015-03-04
netfilter: nf_tables: check for overflow of rule dlen field
Patrick McHardy
2015-03-04
netfilter: nf_tables: fix transaction race condition
Patrick McHardy
2015-03-04
mesh_plink: fixup type of timeout to match usage
Nicholas Mc Guire
2015-03-04
mesh_plink: use msecs_to_jiffies for proper time conversion
Nicholas Mc Guire
2015-03-04
mac80211: provide station PMF configuration to driver
SenthilKumar Jegadeesan
2015-03-04
mac80211: allow iterating inactive interfaces
Arik Nemtsov
2015-03-04
nl80211: prohibit mixing 'any' and regular wowlan triggers
Johannes Berg
2015-03-04
mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()
Johannes Berg
2015-03-04
mac80211: remove duplicate check for quiescing when queueing work
Luciano Coelho
2015-03-04
mac80211: allow TDLS setup code to take wdev lock
Arik Nemtsov
2015-03-04
mac80211: start queues if driver rejected wowlan
Johannes Berg
2015-03-04
mac80211: remove useless double check for open_count in __ieee80211_suspend()
Luciano Coelho
2015-03-04
mac80211: don't do driver suspend with auth/assoc in progress
Johannes Berg
[prev]
[next]