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
*
bridge: move private brport flags to if_bridge.h so port drivers can use flags
Scott Feldman
2014-12-02
1
-10
/
+0
*
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
2014-12-02
2
-2
/
+92
*
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
Scott Feldman
2014-12-02
2
-0
/
+26
*
net-sysfs: expose physical switch id for particular device
Jiri Pirko
2014-12-02
1
-0
/
+24
*
rtnl: expose physical switch id for particular device
Jiri Pirko
2014-12-02
1
-1
/
+25
*
net: introduce generic switch devices support
Jiri Pirko
2014-12-02
5
-0
/
+55
*
net: rename netdev_phys_port_id to more generic name
Jiri Pirko
2014-12-02
3
-5
/
+5
*
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
2014-12-02
3
-44
/
+49
*
bridge: convert flags in fbd entry into bitfields
Jiri Pirko
2014-12-02
1
-3
/
+3
*
bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
Jiri Pirko
2014-12-02
1
-7
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
15
-44
/
+83
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-11-27
14
-33
/
+67
|
|
\
|
|
*
net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
Willem de Bruijn
2014-11-26
3
-11
/
+14
|
|
*
bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK
Thomas Graf
2014-11-26
1
-5
/
+12
|
|
*
bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE
Thomas Graf
2014-11-26
1
-0
/
+1
|
|
*
bridge: Validate IFLA_BRIDGE_FLAGS attribute length
Thomas Graf
2014-11-26
1
-0
/
+6
|
|
*
tcp: fix possible NULL dereference in tcp_vX_send_reset()
Eric Dumazet
2014-11-25
2
-2
/
+8
|
|
*
Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_...
Pablo Neira
2014-11-25
1
-8
/
+6
|
|
*
ip6_udp_tunnel: Fix checksum calculation
Alexander Duyck
2014-11-25
1
-3
/
+1
|
|
*
net/ping: handle protocol mismatching scenario
Jane Zhou
2014-11-24
1
-0
/
+2
|
|
*
af_packet: fix sparse warning
Michael S. Tsirkin
2014-11-24
1
-1
/
+1
|
|
*
ipv6: gre: fix wrong skb->protocol in WCCP
Yuri Chislov
2014-11-24
1
-2
/
+2
|
|
*
ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
lucien
2014-11-23
2
-0
/
+12
|
|
*
ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid
Alexander Duyck
2014-11-23
1
-1
/
+2
|
*
|
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-11-25
1
-11
/
+16
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
SUNRPC: Fix locking around callback channel reply receive
Trond Myklebust
2014-11-19
1
-11
/
+16
*
|
|
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
Ying Xue
2014-11-26
8
-175
/
+203
*
|
|
tipc: use generic SKB list APIs to manage link receive queue
Ying Xue
2014-11-26
2
-50
/
+37
*
|
|
tipc: use generic SKB list APIs to manage deferred queue of link
Ying Xue
2014-11-26
5
-69
/
+47
*
|
|
tipc: use generic SKB list APIs to manage link transmission queue
Ying Xue
2014-11-26
5
-176
/
+153
*
|
|
tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine
Ying Xue
2014-11-26
1
-6
/
+6
*
|
|
tipc: remove unused between routine
Ying Xue
2014-11-26
1
-9
/
+0
*
|
|
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
Ying Xue
2014-11-26
4
-8
/
+5
*
|
|
tipc: clean up the process of link pushing packets
Ying Xue
2014-11-26
3
-42
/
+24
*
|
|
tipc: remove retransmission queue
Ying Xue
2014-11-26
2
-38
/
+1
*
|
|
tipc: remove protocol message queue
Ying Xue
2014-11-26
2
-24
/
+0
*
|
|
tipc: remove node subscription infrastructure
Ying Xue
2014-11-26
9
-179
/
+56
*
|
|
ipv6: Remove unnecessary test
zhuyj
2014-11-26
1
-4
/
+2
*
|
|
gue: Call remcsum_adjust
Tom Herbert
2014-11-26
1
-67
/
+17
*
|
|
pkt_sched: fq: increase max delay from 125 ms to one second
Eric Dumazet
2014-11-26
1
-5
/
+4
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2014-11-25
57
-343
/
+222
|
\
\
\
|
*
|
|
rds: switch rds_message_copy_from_user() to iov_iter
Al Viro
2014-11-24
3
-33
/
+16
|
*
|
|
rds: switch ->inc_copy_to_user() to passing iov_iter
Al Viro
2014-11-24
9
-120
/
+47
|
*
|
|
[atm] switch vcc_sendmsg() to copy_from_iter()
Al Viro
2014-11-24
1
-11
/
+6
|
*
|
|
vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...
Al Viro
2014-11-24
2
-10
/
+10
|
*
|
|
tipc_msg_build(): pass msghdr instead of its ->msg_iov
Al Viro
2014-11-24
3
-9
/
+8
|
*
|
|
tipc_sendmsg(): pass msghdr instead of its ->msg_iov
Al Viro
2014-11-24
1
-4
/
+4
|
*
|
|
switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
Al Viro
2014-11-24
3
-14
/
+16
|
*
|
|
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
Al Viro
2014-11-24
3
-92
/
+18
|
*
|
|
kill zerocopy_sg_from_iovec()
Al Viro
2014-11-24
1
-63
/
+2
[next]