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]: ctnetlink: add support for NAT sequence adjustments
Pablo Neira Ayuso
2008-01-28
4
-1
/
+140
*
[NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mss
Benjamin LaHaise
2008-01-28
1
-2
/
+5
*
[NETFILTER]: arp_tables: add compat support
Patrick McHardy
2008-01-28
2
-58
/
+721
*
[NETFILTER]: arp_tables: resync get_entries() with ip_tables
Patrick McHardy
2008-01-28
1
-20
/
+19
*
[NETFILTER]: arp_tables: move ARPT_SO_GET_INFO handling to seperate function
Patrick McHardy
2008-01-28
1
-42
/
+46
*
[NETFILTER]: arp_tables: move counter allocation to seperate function
Patrick McHardy
2008-01-28
1
-8
/
+21
*
[NETFILTER]: arp_tables: move entry and target checks to seperate functions
Patrick McHardy
2008-01-28
1
-17
/
+41
*
[NETFILTER]: arp_tables: remove ipchains compat hack
Patrick McHardy
2008-01-28
1
-4
/
+0
*
[NETFILTER]: arp_tables: use vmalloc_node()
Patrick McHardy
2008-01-28
1
-2
/
+3
*
[NETFILTER]: arp_tables: use XT_ALIGN
Patrick McHardy
2008-01-28
1
-1
/
+1
*
[NETFILTER]: arp_tables: remove obsolete standard_check function
Patrick McHardy
2008-01-28
1
-25
/
+3
*
[NETFILTER]: ip6_tables: use XT_ALIGN
Patrick McHardy
2008-01-28
1
-1
/
+1
*
[NETFILTER]: ip_tables: remove ipchains compatibility hack
Patrick McHardy
2008-01-28
1
-8
/
+0
*
[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()
Patrick McHardy
2008-01-28
1
-1
/
+1
*
[NETFILTER]: ip6_tables: fix stack leagage
Patrick McHardy
2008-01-28
1
-1
/
+1
*
[NETFILTER]: {ip,ip6}_tables: fix format strings
Patrick McHardy
2008-01-28
2
-21
/
+15
*
[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences
Patrick McHardy
2008-01-28
2
-59
/
+53
*
[NETFILTER]: xt_MARK: add compat support for revision 0
Patrick McHardy
2008-01-28
1
-6
/
+38
*
[NETFILTER]: xt_MARK: support revision 1 for IPv6
Patrick McHardy
2008-01-28
1
-0
/
+15
*
[NETFILTER]: x_tables: enable compat translation for IPv6 matches/targets
Patrick McHardy
2008-01-28
4
-0
/
+20
*
[NETFILTER]: ip6_tables: add compat support
Patrick McHardy
2008-01-28
3
-162
/
+802
*
[NETFILTER]: ip6_tables: resync get_entries() with ip_tables
Patrick McHardy
2008-01-28
1
-19
/
+18
*
[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate function
Patrick McHardy
2008-01-28
1
-42
/
+47
*
[NETFILTER]: ip6_tables: move counter allocation to seperate function
Patrick McHardy
2008-01-28
1
-9
/
+22
*
[NETFILTER]: ip6_tables: use vmalloc_node()
Patrick McHardy
2008-01-28
1
-3
/
+4
*
[NETFILTER]: ip6_tables: move entry, match and target checks to seperate func...
Patrick McHardy
2008-01-28
1
-47
/
+82
*
[NETFILTER]: ip6_tables: kill a few useless defines/forward declarations
Patrick McHardy
2008-01-28
1
-14
/
+2
*
[NETFILTER]: ip_tables: move compat offset calculation to x_tables
Patrick McHardy
2008-01-28
3
-59
/
+70
*
[NETFILTER]: ip_tables: fix compat types
Patrick McHardy
2008-01-28
2
-29
/
+47
*
[NETFILTER]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry ...
Patrick McHardy
2008-01-28
1
-2
/
+6
*
[NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator macros
Patrick McHardy
2008-01-28
4
-96
/
+55
*
[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros
Patrick McHardy
2008-01-28
3
-16
/
+6
*
[NETFILTER]: ip_tables: reformat compat code
Patrick McHardy
2008-01-28
1
-89
/
+92
*
[NETFILTER]: ip_tables: kill useless wrapper
Patrick McHardy
2008-01-28
1
-7
/
+1
*
wireless: make drivers include the TSF RX flag where appropriate
Johannes Berg
2008-01-28
4
-0
/
+4
*
introduce WEXT scan capabilities
Dan Williams
2008-01-28
4
-0
/
+20
*
mac80211: conditionally include timestamp in radiotap information
Johannes Berg
2008-01-28
2
-16
/
+35
*
[DCCP]: Remove unused inline function
Gerrit Renker
2008-01-28
1
-6
/
+0
*
[CCID3]: Nofeedback timer according to rfc3448bis
Gerrit Renker
2008-01-28
1
-34
/
+29
*
[CCID3]: Implement rfc3448bis changes to feedback reception
Gerrit Renker
2008-01-28
1
-21
/
+26
*
[CCID3]: Remove two irrelevant states in TX feedback handling
Gerrit Renker
2008-01-28
1
-89
/
+84
*
[CCID3]: Use a function to update p_inv, and p is never used
Gerrit Renker
2008-01-28
2
-7
/
+12
*
[PARISC]: Fix build after ipv4_is_*() changes.
Joe Perches
2008-01-28
1
-1
/
+1
*
[SCTP]: Use crc32c library for checksum calculations.
Vlad Yasevich
2008-01-28
7
-230
/
+82
*
[PACKET]: Fix /proc/net/packet crash due to bogus private pointer
Herbert Xu
2008-01-28
1
-2
/
+2
*
[IPV4]: Remove unused IPV4TYPE macros
Joe Perches
2008-01-28
1
-14
/
+0
*
[IPV4] drivers/infiniband: Use ipv4_is_<type>
Joe Perches
2008-01-28
2
-4
/
+5
*
[IPV4] sctp: Use ipv4_is_<type>
Joe Perches
2008-01-28
2
-35
/
+13
*
[IPV4] net/netfilter: Use ipv4_is_<type>
Joe Perches
2008-01-28
1
-1
/
+1
*
[IPV4] net/ipv4: Use ipv4_is_<type>
Joe Perches
2008-01-28
10
-51
/
+60
[next]