index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-13
bridge: vlan: enforce no pvid flag in vlan ranges
Nikolay Aleksandrov
1
-0
/
+3
2015-10-13
atm: iphase: fix misleading indention
Tillmann Heidsieck
1
-1
/
+1
2015-10-13
atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()
Tillmann Heidsieck
1
-1
/
+2
2015-10-13
ipv6 route: use err pointers instead of returning pointer by reference
Roopa Prabhu
1
-15
/
+17
2015-10-13
net: hns: fix the unknown phy_nterface_t type error
huangdaode
1
-0
/
+1
2015-10-13
tun: use sk_fullsock() before reading sk->sk_tsflags
Eric Dumazet
1
-1
/
+1
2015-10-13
ipv6: Pass struct net into nf_ct_frag6_gather
Eric W. Biederman
4
-6
/
+5
2015-10-13
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
8
-19
/
+20
2015-10-13
ipv4: Only compute net once in ip_call_ra_chain
Eric W. Biederman
1
-1
/
+2
2015-10-13
packet: fix match_fanout_group()
Eric Dumazet
1
-3
/
+3
2015-10-13
ipv4/icmp: redirect messages can use the ingress daddr as source
Paolo Abeni
4
-3
/
+33
2015-10-13
bridge: try switchdev op first in __vlan_vid_add/del
Jiri Pirko
1
-36
/
+22
2015-10-13
BNX2: free temp_stats_blk on error path
wangweidong
1
-0
/
+2
2015-10-13
tcp: shrink tcp_timewait_sock by 8 bytes
Eric Dumazet
2
-2
/
+4
2015-10-13
net: shrink struct sock and request_sock by 8 bytes
Eric Dumazet
9
-25
/
+28
2015-10-13
net: align sk_refcnt on 128 bytes boundary
Eric Dumazet
3
-5
/
+16
2015-10-13
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
6
-11
/
+25
2015-10-13
packet: support per-packet fwmark for af_packet sendmsg
Edward Jee
1
-1
/
+9
2015-10-13
sock: support per-packet fwmark
Edward Jee
2
-0
/
+33
2015-10-13
bpf: add unprivileged bpf tests
Alexei Starovoitov
2
-10
/
+355
2015-10-13
bpf: charge user for creation of BPF maps and programs
Alexei Starovoitov
5
-2
/
+72
2015-10-13
bpf: enable non-root eBPF programs
Alexei Starovoitov
5
-15
/
+120
2015-10-12
net: HNS: fix MDIO dependencies
Arnd Bergmann
1
-3
/
+2
2015-10-12
sfc: fully reset if MC_REBOOT event received without warm_boot_count increment
Daniel Pieczko
3
-12
/
+32
2015-10-12
rocker: handle setting bridge ageing_time
Scott Feldman
1
-0
/
+16
2015-10-12
bridge: push bridge setting ageing_time down to switchdev
Scott Feldman
5
-7
/
+29
2015-10-12
switchdev: skip over ports returning -EOPNOTSUPP when recursing ports
Scott Feldman
2
-1
/
+9
2015-10-12
switchdev: add bridge ageing_time attribute
Scott Feldman
1
-0
/
+2
2015-10-12
tcp: change type of alive from int to bool
Richard Sailer
1
-3
/
+3
2015-10-12
bridge: allow adding of fdb entries pointing to the bridge device
Roopa Prabhu
2
-30
/
+93
2015-10-11
tcp: fix RFS vs lockless listeners
Eric Dumazet
2
-0
/
+2
2015-10-11
net: dsa: use switchdev obj in port_fdb_del
Vivien Didelot
4
-5
/
+5
2015-10-11
net: dsa: push prepare phase in port_fdb_add
Vivien Didelot
4
-6
/
+10
2015-10-11
net: dsa: add port_fdb_prepare
Vivien Didelot
6
-2
/
+26
2015-10-11
net: encx24j600: Fix typos in Kconfig
Jon Ringle
1
-2
/
+2
2015-10-11
BNX2: fix a Null Pointer for stats_blk
wangweidong
2
-27
/
+53
2015-10-11
net: synack packets can be attached to request sockets
Eric Dumazet
3
-5
/
+18
2015-10-11
cxgb4: Enhance driver to update FW, when FW is too old
Hariprasad Shenai
2
-2
/
+6
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
5
-18
/
+51
2015-10-09
drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modular
Paul Gortmaker
1
-6
/
+4
2015-10-09
net/sched: make sch_blackhole.c explicitly non-modular
Paul Gortmaker
1
-12
/
+3
2015-10-09
net/dcb: make dcbnl.c explicitly non-modular
Paul Gortmaker
1
-27
/
+3
2015-10-09
net/core: make sock_diag.c explicitly non-modular
Paul Gortmaker
1
-11
/
+3
2015-10-09
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
2
-4
/
+4
2015-10-09
net/inetdevice: bad_mask can be boolean
Yaowei Bai
1
-4
/
+4
2015-10-09
net/inetdevice: inet_ifa_match can be boolean
Yaowei Bai
1
-1
/
+1
2015-10-09
net/dccp: dccp_bad_service_code can be boolean
Yaowei Bai
1
-2
/
+2
2015-10-09
net/dccp: dccp_list_has_service can be boolean
Yaowei Bai
1
-3
/
+3
2015-10-09
net/can: can_dropped_invalid_skb can be boolean
Yaowei Bai
1
-3
/
+3
2015-10-09
net/nfnetlink: lockdep_nfnl_is_held can be boolean
Yaowei Bai
2
-4
/
+4
[next]