index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: refactor NAT redirect IPv4 to use it from nf_tables
Arturo Borrero
2014-10-27
5
-42
/
+92
*
ipx: remove __inline__ in c file on static
Fabian Frederick
2014-10-27
1
-1
/
+1
*
ipx: remove unnecessary casting on ntohl
Fabian Frederick
2014-10-27
1
-2
/
+2
*
ipx: move extern sysctl_ipx_pprop_broadcasting to header file
Fabian Frederick
2014-10-27
1
-3
/
+1
*
ipv6: include linux/uaccess.h instead of asm/uaccess.h
Fabian Frederick
2014-10-27
1
-1
/
+1
*
ipv6: replace min/casting by min_t
Fabian Frederick
2014-10-27
1
-2
/
+2
*
ipv4: remove set but unused variable sha
Fabian Frederick
2014-10-27
1
-2
/
+1
*
net: llc: include linux/errno.h instead of asm/errno.h
Fabian Frederick
2014-10-24
1
-1
/
+1
*
lapb: move EXPORT_SYMBOL after functions.
Fabian Frederick
2014-10-24
1
-9
/
+8
*
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
Martin KaFai Lau
2014-10-24
1
-14
/
+16
*
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
Martin KaFai Lau
2014-10-24
1
-3
/
+3
*
ipv6: Remove BACKTRACK macro
Martin KaFai Lau
2014-10-24
1
-30
/
+40
*
net: Remove trailing whitespace in tcp.h icmp.c syncookies.c
Kenjiro Nakayama
2014-10-24
2
-2
/
+0
*
net: fix saving TX flow hash in sock for outgoing connections
Sathya Perla
2014-10-22
2
-4
/
+4
*
xfrm6: fix a potential use after free in xfrm6_policy.c
Li RongQing
2014-10-22
1
-3
/
+8
*
net: tso: fix unaligned access to crafted TCP header in helper API
Karl Beldan
2014-10-22
1
-1
/
+2
*
net: sched: initialize bstats syncp
Sabrina Dubroca
2014-10-21
1
-1
/
+1
*
netlink: Re-add locking to netlink_lookup() and seq walker
Thomas Graf
2014-10-21
1
-12
/
+25
*
tipc: fix lockdep warning when intra-node messages are delivered
Ying Xue
2014-10-21
1
-2
/
+2
*
tipc: fix a potential deadlock
Ying Xue
2014-10-21
3
-20
/
+35
*
net: core: handle encapsulation offloads when computing segment lengths
Florian Westphal
2014-10-20
1
-3
/
+10
*
net: make skb_gso_segment error handling more robust
Florian Westphal
2014-10-20
4
-2
/
+6
*
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
2014-10-20
5
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2014-10-20
8
-41
/
+159
|
\
|
*
netfilter: nft_nat: dump attributes if they are set
Pablo Neira Ayuso
2014-10-18
1
-9
/
+11
|
*
netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MIN
Pablo Neira Ayuso
2014-10-18
1
-22
/
+28
|
*
netfilter: nft_nat: insufficient attribute validation
Pablo Neira Ayuso
2014-10-18
1
-1
/
+3
|
*
netfilter: nft_compat: validate chain type in match/target
Pablo Neira Ayuso
2014-10-18
1
-9
/
+66
|
*
netfilter: nft_compat: fix hook validation for non-base chains
Pablo Neira Ayuso
2014-10-14
1
-0
/
+4
|
*
netfilter: nf_tables: restrict nat/masq expressions to nat chain type
Pablo Neira Ayuso
2014-10-13
5
-0
/
+40
|
*
netfilter: missing module license in the nf_reject_ipvX modules
Pablo Neira Ayuso
2014-10-11
2
-0
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-10-19
4
-7
/
+8
|
\
\
|
*
|
Net: DSA: Fix checking for get_phy_flags function
Andrew Lunn
2014-10-19
1
-1
/
+1
|
*
|
ipv6: fix a potential use after free in sit.c
Li RongQing
2014-10-18
1
-3
/
+3
|
*
|
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
2014-10-18
1
-0
/
+1
|
*
|
ipv4: fix a potential use after free in gre_offload.c
Li RongQing
2014-10-18
1
-3
/
+3
*
|
|
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-18
1
-0
/
+2
|
\
\
\
|
*
|
|
9p/trans_virtio: enable VQs early
Michael S. Tsirkin
2014-10-15
1
-0
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-10-18
34
-202
/
+265
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
net: dsa: add includes for ethtool and phy_fixed definitions
Florian Fainelli
2014-10-17
1
-0
/
+1
|
*
|
|
openvswitch: Set flow-key members.
Pravin B Shelar
2014-10-17
1
-3
/
+3
|
*
|
|
netrom: use linux/uaccess.h
Fabian Frederick
2014-10-17
7
-7
/
+7
|
*
|
|
tipc: fix bug in bundled buffer reception
Jon Paul Maloy
2014-10-17
1
-1
/
+6
|
*
|
|
ipv6: introduce tcp_v6_iif()
Eric Dumazet
2014-10-17
3
-13
/
+18
|
*
|
|
ipv4: fix a potential use after free in fou.c
Li RongQing
2014-10-17
1
-0
/
+3
|
*
|
|
ipv4: fix a potential use after free in ip_tunnel_core.c
Li RongQing
2014-10-17
1
-1
/
+2
|
*
|
|
openvswitch: Create right mask with disabled megaflows
Pravin B Shelar
2014-10-17
1
-21
/
+72
|
*
|
|
openvswitch: fix a use after free
Li RongQing
2014-10-17
1
-1
/
+2
|
*
|
|
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
2014-10-17
1
-3
/
+9
|
*
|
|
ipv4: clean up cookie_v4_check()
Cong Wang
2014-10-17
2
-4
/
+4
[next]