index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
af_iucv: avoid path quiesce of severed path in shutdown()
Ursula Braun
2014-07-22
1
-1
/
+2
*
tipc: fix sparse non static symbol warnings
Wei Yongjun
2014-07-21
1
-2
/
+3
*
net/rxrpc/ar-key.c: drop negativity check on unsigned value
Andrey Utkin
2014-07-21
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-07-21
40
-2079
/
+1625
|
\
|
*
ipvs: Remove dead debug code
Yannick Brosseau
2014-07-16
1
-86
/
+0
|
*
ipvs: remove null test before kfree
Fabian Frederick
2014-07-16
1
-2
/
+1
|
*
netfilter: use IS_ENABLED() macro
Duan Jiong
2014-06-30
14
-17
/
+25
|
*
netfilter: nft_log: fix coccinelle warnings
Fengguang Wu
2014-06-29
1
-1
/
+1
|
*
netfilter: xt_LOG: add missing string format in nf_log_packet()
Pablo Neira Ayuso
2014-06-28
1
-1
/
+1
|
*
netfilter: fix several Kconfig problems in NF_LOG_*
Pablo Neira Ayuso
2014-06-28
3
-21
/
+19
|
*
netfilter: nft_log: complete logging support
Pablo Neira Ayuso
2014-06-27
1
-17
/
+59
|
*
netfilter: nft_log: request explicit logger when loading rules
Pablo Neira Ayuso
2014-06-27
1
-1
/
+23
|
*
netfilter: bridge: add generic packet logger
Pablo Neira Ayuso
2014-06-27
5
-43
/
+114
|
*
netfilter: add generic ARP packet logger
Pablo Neira Ayuso
2014-06-27
3
-0
/
+155
|
*
netfilter: log: nf_log_packet() as real unified interface
Pablo Neira Ayuso
2014-06-27
5
-27
/
+67
|
*
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
2014-06-27
10
-874
/
+1019
|
*
netfilter: nf_log: move log buffering to core logging
Pablo Neira Ayuso
2014-06-25
2
-147
/
+211
|
*
netfilter: nf_log: use an array of loggers instead of list
Pablo Neira Ayuso
2014-06-25
4
-26
/
+28
|
*
netfilter: kill ulog targets
Pablo Neira Ayuso
2014-06-25
4
-926
/
+0
|
*
netfilter: conntrack: remove timer from ecache extension
Florian Westphal
2014-06-25
2
-69
/
+95
|
*
netfilter: x_tables: xt_free_table_info() cleanup
Eric Dumazet
2014-06-25
1
-18
/
+5
|
*
netfilter: ctnetlink: remove null test before kfree
Fabian Frederick
2014-06-25
1
-2
/
+1
*
|
net: print a notification on device rename
Veaceslav Falico
2014-07-21
1
-0
/
+3
*
|
net: print net_device reg_state in netdev_* unless it's registered
Veaceslav Falico
2014-07-21
1
-3
/
+5
*
|
net_sched: hold tcf_lock in netdevice notifier
Cong Wang
2014-07-21
1
-0
/
+2
*
|
Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8
Anish Bhatt
2014-07-18
1
-1
/
+7
*
|
net_sched: cancel nest attribute on failure in tcf_exts_dump()
Cong Wang
2014-07-17
1
-3
/
+8
*
|
openvswitch: make generic netlink group const
stephen hemminger
2014-07-17
1
-9
/
+9
*
|
udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
David Held
2014-07-17
2
-20
/
+41
*
|
udp: Simplify __udp*_lib_mcast_deliver.
David Held
2014-07-17
2
-87
/
+49
*
|
netlink: remove bool varible
Varka Bhadram
2014-07-17
1
-4
/
+2
*
|
rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del
Alexander Duyck
2014-07-17
1
-4
/
+2
*
|
net: remove open-coded skb_cow_head.
françois romieu
2014-07-17
1
-2
/
+2
*
|
tipc: ensure sequential message delivery across dual bearers
Jon Paul Maloy
2014-07-17
1
-12
/
+5
*
|
tipc: rename temporarily named functions
Jon Paul Maloy
2014-07-17
9
-37
/
+37
*
|
tipc: remove unreferenced functions
Jon Paul Maloy
2014-07-17
8
-440
/
+0
*
|
tipc: start using the new multicast functions
Jon Paul Maloy
2014-07-17
2
-41
/
+56
*
|
tipc: add new functions for multicast and broadcast distribution
Jon Paul Maloy
2014-07-17
6
-2
/
+136
*
|
tipc: let internal link users call the new link send function
Jon Paul Maloy
2014-07-17
1
-8
/
+7
*
|
tipc: make name table distributor use new send function
Jon Paul Maloy
2014-07-17
5
-85
/
+48
*
|
net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV support
Daniel Borkmann
2014-07-16
1
-2
/
+7
*
|
net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support
Geir Ola Vaagland
2014-07-16
1
-9
/
+98
*
|
net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support
Geir Ola Vaagland
2014-07-16
2
-4
/
+86
*
|
net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support
Geir Ola Vaagland
2014-07-16
2
-1
/
+73
*
|
net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support
Geir Ola Vaagland
2014-07-16
1
-20
/
+57
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
28
-238
/
+169
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-07-15
32
-220
/
+240
|
|
\
\
|
|
*
|
neigh: sysctl - simplify address calculation of gc_* variables
Mathias Krause
2014-07-14
1
-4
/
+5
|
|
*
|
net: sctp: fix information leaks in ulpevent layer
Daniel Borkmann
2014-07-14
1
-107
/
+15
|
|
*
|
tipc: clear 'next'-pointer of message fragments before reassembly
Jon Paul Maloy
2014-07-12
1
-0
/
+1
[next]