index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-11-17
31
-318
/
+437
|
\
|
*
net/core: revert "net: fix __netdev_update_features return.." and add comment
Nikolay Aleksandrov
2015-11-17
1
-1
/
+4
|
*
af_unix: take receive queue lock while appending new skb
Hannes Frederic Sowa
2015-11-17
1
-1
/
+4
|
*
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
Hannes Frederic Sowa
2015-11-17
1
-122
/
+152
|
*
net: use skb_clone to avoid alloc_pages failure.
Martin Zhang
2015-11-17
1
-1
/
+1
|
*
packet: Use PAGE_ALIGNED macro
Tobias Klauser
2015-11-17
1
-1
/
+1
|
*
packet: Don't check frames_per_block against negative values
Tobias Klauser
2015-11-17
1
-2
/
+2
|
*
vlan: Do not put vlan headers back on bridge and macvlan ports
Vlad Yasevich
2015-11-17
1
-1
/
+3
|
*
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
2015-11-17
1
-1
/
+2
|
*
snmp: Remove duplicate OUTMCAST stat increment
Neil Horman
2015-11-16
1
-2
/
+0
|
*
net/core: use netdev name in warning if no parent
Bjørn Mork
2015-11-16
1
-5
/
+8
|
*
af_unix: don't append consumed skbs to sk_receive_queue
Hannes Frederic Sowa
2015-11-16
1
-0
/
+1
|
*
raw: increment correct SNMP counters for ICMP messages
Ben Cartwright-Cox
2015-11-16
1
-3
/
+5
|
*
net: fix __netdev_update_features return on ndo_set_features failure
Nikolay Aleksandrov
2015-11-16
1
-1
/
+1
|
*
net: fix feature changes on devices without ndo_set_features
Nikolay Aleksandrov
2015-11-16
1
-0
/
+2
|
*
switchdev: bridge: Check return code is not EOPNOTSUPP
Ido Schimmel
2015-11-16
2
-2
/
+2
|
*
ipvs: use skb_to_full_sk() helper
Eric Dumazet
2015-11-15
1
-8
/
+8
|
*
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
2015-11-15
5
-23
/
+37
|
*
sctp: translate host order to network order when setting a hmacid
lucien
2015-11-15
1
-2
/
+2
|
*
packet: fix tpacket_snd max frame len
Daniel Borkmann
2015-11-15
1
-4
/
+5
|
*
packet: infer protocol from ethernet header if unset
Daniel Borkmann
2015-11-15
1
-0
/
+11
|
*
packet: only allow extra vlan len on ethernet devices
Daniel Borkmann
2015-11-15
1
-35
/
+25
|
*
packet: always probe for transport header
Daniel Borkmann
2015-11-15
1
-4
/
+3
|
*
packet: do skb_probe_transport_header when we actually have data
Daniel Borkmann
2015-11-15
1
-2
/
+3
|
*
ipv6: Check rt->dst.from for the DST_NOCACHE route
Martin KaFai Lau
2015-11-15
1
-1
/
+2
|
*
ipv6: Check expire on DST_NOCACHE route
Martin KaFai Lau
2015-11-15
1
-1
/
+10
|
*
ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree
Martin KaFai Lau
2015-11-15
1
-1
/
+7
|
*
af-unix: fix use-after-free with concurrent readers while splicing
Hannes Frederic Sowa
2015-11-15
1
-0
/
+18
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-11-12
12
-99
/
+123
|
|
\
|
|
*
netfilter: nf_tables: add clone interface to expression operations
Pablo Neira Ayuso
2015-11-10
2
-10
/
+44
|
|
*
netfilter: fix xt_TEE and xt_TPROXY dependencies
Arnd Bergmann
2015-11-10
1
-3
/
+3
|
|
*
netfilter: nfnetlink_log: work around uninitialized variable warning
Arnd Bergmann
2015-11-10
1
-1
/
+1
|
|
*
netfilter: Fix removal of GRE expectation entries created by PPTP
Anthony Lineham
2015-11-09
1
-1
/
+1
|
|
*
netfilter: ipset: Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
2015-11-07
1
-4
/
+9
|
|
*
netfilter: ipset: Fix hash:* type expiration
Jozsef Kadlecsik
2015-11-07
1
-1
/
+1
|
|
*
netfilter: ipset: Fix extension alignment
Jozsef Kadlecsik
2015-11-07
7
-79
/
+64
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2015-11-13
5
-87
/
+93
|
\
\
\
|
*
|
|
libceph: clear msg->con in ceph_msg_release() only
Ilya Dryomov
2015-11-02
2
-28
/
+20
|
*
|
|
libceph: add nocephx_sign_messages option
Ilya Dryomov
2015-11-02
3
-1
/
+20
|
*
|
|
libceph: stop duplicating client fields in messenger
Ilya Dryomov
2015-11-02
2
-22
/
+10
|
*
|
|
libceph: drop authorizer check from cephx msg signing routines
Ilya Dryomov
2015-11-02
1
-4
/
+1
|
*
|
|
libceph: msg signing callouts don't need con argument
Ilya Dryomov
2015-11-02
2
-8
/
+10
|
*
|
|
libceph: evaluate osd_req_op_data() arguments only once
Ioana Ciornei
2015-11-02
1
-5
/
+7
|
*
|
|
libceph: introduce ceph_x_authorizer_cleanup()
Ilya Dryomov
2015-11-02
2
-12
/
+20
|
*
|
|
libceph: use local variable cursor instead of &msg->cursor
Shraddha Barke
2015-11-02
1
-6
/
+5
|
*
|
|
libceph: remove con argument in handle_reply()
Shraddha Barke
2015-11-02
1
-3
/
+2
*
|
|
|
Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2015-11-11
3
-28
/
+78
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
svcrpc: document lack of some memory barriers
J. Bruce Fields
2015-11-10
1
-6
/
+31
|
*
|
|
SUNRPC: drop stale comment in svc_setup_socket()
Stefan Hajnoczi
2015-11-10
1
-1
/
+0
|
*
|
|
sunrpc/cache: make cache flushing more reliable.
Neil Brown
2015-10-23
1
-13
/
+40
[next]