index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: minor nf_chain_type cleanups
Patrick McHardy
2014-01-09
11
-34
/
+44
*
netfilter: nf_tables: constify chain type definitions and pointers
Patrick McHardy
2014-01-09
11
-19
/
+19
*
netfilter: nf_tables: replay request after dropping locks to load chain type
Patrick McHardy
2014-01-09
1
-4
/
+8
*
netfilter: nf_tables: add missing module references to chain types
Patrick McHardy
2014-01-09
5
-0
/
+5
*
netfilter: nf_tables: fix chain type module reference handling
Patrick McHardy
2014-01-09
2
-22
/
+25
*
netfilter: nf_tables: fix check for table overflow
Patrick McHardy
2014-01-09
1
-3
/
+3
*
netfilter: nf_tables: restore chain change atomicity
Patrick McHardy
2014-01-09
1
-22
/
+21
*
netfilter: nf_tables: split chain policy validation from actually setting it
Patrick McHardy
2014-01-09
1
-36
/
+20
*
netfilter: nft_meta: fix lack of validation of the input register
Pablo Neira Ayuso
2014-01-09
1
-0
/
+3
*
netfilter: nft_ct: Add support to set the connmark
Kristian Evensen
2014-01-09
2
-30
/
+136
*
netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET
Patrick McHardy
2014-01-07
1
-3
/
+36
*
netfilter: nft_meta: add l4proto support
Patrick McHardy
2014-01-07
5
-1
/
+10
*
netfilter: nf_tables: add nfproto support to meta expression
Patrick McHardy
2014-01-07
2
-0
/
+6
*
netfilter: nf_tables: add "inet" table for IPv4/IPv6
Patrick McHardy
2014-01-07
9
-2
/
+116
*
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
2014-01-07
7
-25
/
+45
*
netfilter: nf_tables: add hook ops to struct nft_pktinfo
Patrick McHardy
2014-01-07
4
-7
/
+8
*
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
2014-01-07
5
-96
/
+81
*
netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled
Pablo Neira Ayuso
2014-01-07
1
-1
/
+2
*
net: Do not enable tx-nocache-copy by default
Benjamin Poirier
2014-01-07
1
-5
/
+0
*
ipv4: loopback device: ignore value changes after device is upped
Jiri Pirko
2014-01-07
1
-0
/
+2
*
IPv6: add the option to use anycast addresses as source addresses in echo reply
FX Le Bail
2014-01-07
5
-1
/
+26
*
net/mlx4_en: fix error return code in mlx4_en_get_qp()
Wei Yongjun
2014-01-07
1
-2
/
+3
*
r8152: correct some messages
Hayes Wang
2014-01-07
1
-10
/
+13
*
bna: Fix build due to missing use of dma_unmap_len_set()
David S. Miller
2014-01-06
1
-2
/
+2
*
gre_offload: statically build GRE offloading support
Eric Dumazet
2014-01-06
4
-16
/
+7
*
bgmac: fix typos
Hauke Mehrtens
2014-01-06
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2014-01-06
17
-213
/
+483
|
\
|
*
ovs: make functions local
Stephen Hemminger
2014-01-06
4
-6
/
+7
|
*
openvswitch: Compute checksum in skb_gso_segment() if needed
Thomas Graf
2014-01-06
1
-1
/
+1
|
*
openvswitch: Use skb_zerocopy() for upcall
Thomas Graf
2014-01-06
1
-8
/
+29
|
*
openvswitch: Pass datapath into userspace queue functions
Thomas Graf
2014-01-06
1
-20
/
+14
|
*
openvswitch: Drop user features if old user space attempted to create datapath
Thomas Graf
2014-01-06
2
-1
/
+30
|
*
openvswitch: Allow user space to announce ability to accept unaligned Netlink...
Thomas Graf
2014-01-06
3
-0
/
+20
|
*
net: Export skb_zerocopy() to zerocopy from one skb to another
Thomas Graf
2014-01-06
3
-55
/
+92
|
*
openvswitch: remove duplicated include from flow_table.c
Wei Yongjun
2014-01-06
1
-2
/
+0
|
*
net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}
Daniel Borkmann
2014-01-06
2
-17
/
+2
|
*
openvswitch: Per cpu flow stats.
Pravin B Shelar
2014-01-06
7
-55
/
+210
|
*
openvswitch: Enable memory mapped Netlink i/o
Thomas Graf
2014-01-06
1
-27
/
+29
|
*
netlink: Avoid netlink mmap alloc if msg size exceeds frame size
Thomas Graf
2014-01-06
1
-0
/
+4
|
*
genl: Add genlmsg_new_unicast() for unicast message allocation
Thomas Graf
2014-01-06
2
-0
/
+25
|
*
openvswitch: Silence RCU lockdep checks from flow lookup.
Jesse Gross
2014-01-06
3
-3
/
+4
|
*
openvswitch: Change ovs_flow_tbl_lookup_xx() APIs
Andy Zhou
2014-01-06
3
-14
/
+16
|
*
openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).
Ben Pfaff
2014-01-06
1
-2
/
+2
|
*
openvswitch: Correct comment.
Ben Pfaff
2014-01-06
1
-5
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
347
-1780
/
+3686
|
\
\
|
*
|
bridge: use spin_lock_bh() in br_multicast_set_hash_max
Curt Brune
2014-01-06
1
-2
/
+2
|
*
|
ipv6: don't install anycast address for /128 addresses on routers
Hannes Frederic Sowa
2014-01-06
1
-2
/
+2
|
*
|
hso: fix handling of modem port SERIAL_STATE notifications
Dan Williams
2014-01-06
1
-2
/
+11
|
*
|
isdn: Drop big endian cpp checks from telespci and hfc_pci drivers
Guenter Roeck
2014-01-06
2
-8
/
+0
|
*
|
Merge branch 'be2net'
David S. Miller
2014-01-06
3
-22
/
+43
|
|
\
\
[next]