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
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: fix a timewait refcnt race
Eric Dumazet
2009-12-03
1
-3
/
+16
*
tcp: connect() race with timewait reuse
Eric Dumazet
2009-12-03
3
-18
/
+45
*
tcp: diag: Dont report negative values for rx queue
Eric Dumazet
2009-12-03
2
-3
/
+11
*
netdevice: provide common routine for macvlan and vlan operstate management
Patrick Mullaney
2009-12-03
2
-25
/
+31
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
2009-12-03
7
-37
/
+149
|
\
|
*
Bluetooth: Add RFCOMM option to use L2CAP ERTM mode
Marcel Holtmann
2009-12-03
1
-0
/
+6
|
*
Bluetooth: Add L2CAP option for max transmit value
Marcel Holtmann
2009-12-03
1
-1
/
+5
|
*
Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value
Gustavo F. Padovan
2009-12-03
1
-0
/
+2
|
*
Bluetooth: Implement RejActioned flag
Gustavo F. Padovan
2009-12-03
1
-3
/
+35
|
*
Bluetooth: Fix sending ReqSeq on I-frames
Gustavo F. Padovan
2009-12-03
1
-2
/
+6
|
*
Bluetooth: Fix unset of SrejActioned flag
Gustavo F. Padovan
2009-12-03
1
-1
/
+1
|
*
Bluetooth: Initialize variables and timers for both channel's sides
Gustavo F. Padovan
2009-12-03
1
-18
/
+36
|
*
Bluetooth: Fix handling of BNEP setup connection requests
Vikram Kandukuri
2009-12-03
1
-1
/
+4
|
*
Bluetooth: Unobfuscate tasklet_schedule usage
Marcel Holtmann
2009-12-03
3
-12
/
+18
|
*
Bluetooth: Turn hci_recv_frame into an exported function
Marcel Holtmann
2009-12-03
1
-0
/
+23
|
*
Bluetooth: Return ENETDOWN when interface is down
Marcel Holtmann
2009-12-03
1
-0
/
+5
|
*
Bluetooth: Implement raw output support for HIDP layer
Jiri Kosina
2009-12-03
1
-0
/
+9
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2009-12-03
31
-257
/
+250
|
\
\
|
*
|
netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line
Joe Perches
2009-11-23
22
-174
/
+163
|
*
|
netfilter: xtables: fix conntrack match v1 ipt-save output
Florian Westphal
2009-11-23
1
-44
/
+17
|
*
|
netfilter: nf_ct_tcp: improve out-of-sync situation in TCP tracking
Pablo Neira Ayuso
2009-11-23
1
-10
/
+41
|
*
|
netfilter: remove unneccessary checks from netlink notifiers
Patrick McHardy
2009-11-06
4
-8
/
+4
|
*
|
netfilter: nf_nat_helper: tidy up adjust_tcp_sequence
Hannes Eder
2009-11-05
1
-13
/
+9
|
*
|
netfilter: nf_conntrack: avoid additional compare.
Changli Gao
2009-11-05
1
-4
/
+10
|
*
|
netfilter: remove synchronize_net() calls in ip_queue/ip6_queue
Eric Dumazet
2009-11-04
2
-2
/
+2
|
*
|
netfilter: xt_socket: make module available for INPUT chain
Jan Engelhardt
2009-10-29
1
-2
/
+4
*
|
|
net: Batch inet_twsk_purge
Eric W. Biederman
2009-12-03
3
-11
/
+21
*
|
|
net: Use rcu lookups in inet_twsk_purge.
Eric W. Biederman
2009-12-03
1
-15
/
+24
*
|
|
net: Allow fib_rule_unregister to batch
Eric W. Biederman
2009-12-03
4
-37
/
+55
*
|
|
netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}
Eric W. Biederman
2009-12-03
1
-2
/
+6
*
|
|
net: Allow xfrm_user_net_exit to batch efficiently.
Eric W. Biederman
2009-12-03
1
-8
/
+10
*
|
|
net: Move network device exit batching
Eric W. Biederman
2009-12-03
2
-24
/
+25
*
|
|
net: Add support for batching network namespace cleanups
Eric W. Biederman
2009-12-03
1
-61
/
+61
*
|
|
ipv4 05/05: add sysctl to accept packets with local source addresses
Patrick McHardy
2009-12-03
2
-4
/
+8
*
|
|
net 04/05: fib_rules: allow to delete local rule
Patrick McHardy
2009-12-03
3
-3
/
+3
*
|
|
net 03/05: fib_rules: add oif classification
Patrick McHardy
2009-12-03
1
-1
/
+32
*
|
|
net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...
Patrick McHardy
2009-12-03
1
-18
/
+18
|
|
/
|
/
|
*
|
tcp: sysctl_tcp_cookie_size needs to be exported to modules.
David S. Miller
2009-12-02
1
-0
/
+1
*
|
tcp: Fix warning on 64-bit.
David S. Miller
2009-12-02
1
-1
/
+1
*
|
net: Teach vlans to cleanup as a pernet subsystem
Eric W. Biederman
2009-12-02
1
-5
/
+3
*
|
TCPCT part 1g: Responder Cookie => Initiator
William Allen Simpson
2009-12-02
7
-43
/
+258
*
|
TCPCT part 1f: Initiator Cookie => Responder
William Allen Simpson
2009-12-02
1
-30
/
+163
*
|
TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS
William Allen Simpson
2009-12-02
1
-2
/
+131
*
|
TCPCT part 1d: define TCP cookie option, extend existing struct's
William Allen Simpson
2009-12-02
3
-8
/
+71
*
|
TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS
William Allen Simpson
2009-12-02
2
-0
/
+11
*
|
TCPCT part 1b: generate Responder Cookie secret
William Allen Simpson
2009-12-02
1
-0
/
+140
*
|
TCPCT part 1a: add request_values parameter for sending SYNACK
William Allen Simpson
2009-12-02
8
-31
/
+33
*
|
skbuff: remove skb_dma_map/unmap
Alexander Duyck
2009-12-02
2
-66
/
+0
*
|
net: compat_sys_recvmmsg user timespec arg can be NULL
Jean-Mickael Guerin
2009-12-02
1
-2
/
+6
*
|
net: compat_mmsghdr must be used in sys_recvmmsg
Jean-Mickael Guerin
2009-12-02
1
-6
/
+18
[next]