index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
exec_domain.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-09
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
3
-12
/
+14
2014-12-09
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
3
-7
/
+7
2014-12-09
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
3
-6
/
+5
2014-12-09
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
7
-10
/
+11
2014-12-09
ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...
Al Viro
1
-56
/
+56
2014-12-09
raw.c: stick msghdr into raw_frag_vec
Al Viro
1
-4
/
+4
2014-12-09
macvlan: play well with ipvlan device
Mahesh Bandewar
1
-0
/
+3
2014-12-09
ipvlan: move the device check function into netdevice.h
Mahesh Bandewar
3
-15
/
+15
2014-12-09
ipvlan: play well with macvlan device
Mahesh Bandewar
1
-0
/
+6
2014-12-09
netdevice: Add a function to check macvlan port
Mahesh Bandewar
1
-0
/
+5
2014-12-09
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
3
-47
/
+4
2014-12-09
dummy: add support for ethtool get_drvinfo
Flavio Leitner
1
-2
/
+17
2014-12-09
Documentation (ixgbe.txt): use a decimal address.
Rami Rosen
1
-1
/
+1
2014-12-09
openvswitch: set correct protocol on route lookup
Jiri Benc
1
-1
/
+1
2014-12-09
macvlan: allow setting LRO independently of lower device
Michal Kubeček
1
-4
/
+5
2014-12-09
net: sched: cls_basic: fix error path in basic_change()
Jiri Pirko
1
-3
/
+2
2014-12-09
net: macb: Remove obsolete comment from Kconfig
James Byrne
1
-2
/
+2
2014-12-09
net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in Kconfig
Andreas Ruprecht
1
-1
/
+1
2014-12-09
net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...
Gu Zheng
1
-12
/
+10
2014-12-09
tcp_cubic: refine Hystart delay threshold
Eric Dumazet
1
-1
/
+1
2014-12-09
tcp_cubic: add SNMP counters to track how effective is Hystart
Eric Dumazet
3
-9
/
+30
2014-12-09
x86: bpf_jit_comp: Remove inline from static function definitions
Joe Perches
1
-9
/
+9
2014-12-09
x86: bpf_jit_comp: Reduce is_ereg() code size
Joe Perches
1
-5
/
+5
2014-12-09
net: sched: cls: remove unused op put from tcf_proto_ops
Jiri Pirko
10
-49
/
+0
2014-12-09
bnx2x: Use correct fastpath version for VFs.
Yuval Mintz
7
-5
/
+88
2014-12-09
net: tulip: Remove private "strncmp"
Rasmus Villemoes
1
-17
/
+3
2014-12-09
drivers: net : cpsw: Update Kconfig for CPSW
Lokesh Vutla
1
-4
/
+4
2014-12-09
tipc: fix missing spinlock init and nullptr oops
Erik Hugne
1
-3
/
+6
2014-12-09
r8152: redefine REALTEK_USB_DEVICE
hayeswang
1
-6
/
+20
2014-12-09
net: avoid two atomic operations in fast clones
Eric Dumazet
2
-19
/
+19
2014-12-09
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
Mahesh Bandewar
3
-7
/
+35
2014-12-09
tc_act: export uapi header file
stephen hemminger
1
-0
/
+1
2014-12-09
cxgb4: Update firmware version after flashing it via ethtool
Hariprasad Shenai
1
-0
/
+2
2014-12-09
cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addresses
Hariprasad Shenai
7
-140
/
+288
2014-12-09
cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue Registers
Hariprasad Shenai
5
-7
/
+247
2014-12-09
cxgb4vf: Add and initialize some sge params for VF driver
Hariprasad Shenai
4
-5
/
+120
2014-12-09
tipc: drop tx side permission checks
Erik Hugne
1
-37
/
+1
2014-12-09
rocker: fix eth_type type in struct rocker_ctrl
Jiri Pirko
1
-1
/
+1
2014-12-09
rocker: introduce be put/get variants and use it when appropriate
Jiri Pirko
1
-31
/
+48
2014-12-09
ipv6: remove useless spin_lock/spin_unlock
Duan Jiong
1
-5
/
+1
2014-12-09
amd-xgbe: IRQ names require allocated memory
Lendacky, Thomas
2
-4
/
+5
2014-12-09
sunvnet: fix incorrect rcu_read_unlock() in vnet_start_xmit()
David L Stevens
1
-3
/
+1
2014-12-09
net: phy: bcm7xxx: add an explicit version check for GPHY rev G0
Florian Fainelli
1
-0
/
+2
2014-12-09
net: bcmgenet: add support for new GENET PHY revision scheme
Florian Fainelli
1
-1
/
+23
2014-12-09
sunvnet: add TSO support
David L Stevens
2
-9
/
+95
2014-12-09
sunvnet: add GSO support
David L Stevens
1
-1
/
+72
2014-12-09
sunvnet: add checksum offload support
David L Stevens
1
-3
/
+34
2014-12-09
sunvnet: add scatter/gather support
David L Stevens
1
-21
/
+76
2014-12-09
sunvnet: add VIO v1.7 and v1.8 support
David L Stevens
2
-10
/
+111
2014-12-09
sunvnet: rename vnet_port_alloc_tx_bufs and move after version negotiation
David L Stevens
1
-10
/
+8
[next]