index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-17
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
5
-10
/
+5
2015-03-17
tcp: uninline tcp_oow_rate_limited()
Eric Dumazet
1
-0
/
+30
2015-03-17
tcp: move tcp_openreq_init() to tcp_input.c
Eric Dumazet
1
-0
/
+25
2015-03-17
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
Eric Dumazet
1
-12
/
+22
2015-03-17
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
Eric Dumazet
1
-6
/
+12
2015-03-17
netfilter: use sk_fullsock() helper
Eric Dumazet
5
-6
/
+6
2015-03-17
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
1
-22
/
+50
2015-03-16
tcp_metrics: fix wrong lockdep annotations
Eric Dumazet
1
-12
/
+8
2015-03-16
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
Jiri Pirko
1
-2
/
+1
2015-03-16
net: kernel socket should be released in init_net namespace
Ying Xue
1
-1
/
+1
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
4
-12
/
+12
2015-03-16
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
2
-15
/
+6
2015-03-16
inet_diag: allow sk_diag_fill() to handle request socks
Eric Dumazet
1
-67
/
+53
2015-03-16
inet: ip early demux should avoid request sockets
Eric Dumazet
2
-2
/
+2
2015-03-16
switchdev: use new swdev ops
Scott Feldman
2
-23
/
+28
2015-03-15
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
1
-17
/
+83
2015-03-15
ebpf: add helper for obtaining current processor id
Daniel Borkmann
1
-0
/
+2
2015-03-15
ebpf: add prandom helper for packet sampling
Daniel Borkmann
1
-0
/
+2
2015-03-14
net: dsa: do not use slave MII bus for fixed PHYs
Florian Fainelli
1
-1
/
+2
2015-03-14
inet_diag: factorize code in new inet_diag_msg_common_fill() helper
Eric Dumazet
1
-101
/
+47
2015-03-14
inet_diag: adjust inet_sk_diag_fill() bug condition
Eric Dumazet
1
-1
/
+1
2015-03-14
inet: fill request sock ir_iif for IPv4
Eric Dumazet
5
-3
/
+7
2015-03-14
tipc: clean up handling of message priorities
Jon Paul Maloy
4
-61
/
+50
2015-03-14
tipc: split link outqueue
Jon Paul Maloy
7
-167
/
+150
2015-03-14
tipc: eliminate unnecessary call to broadcast ack function
Jon Paul Maloy
2
-1
/
+5
2015-03-14
tipc: extract bundled buffers by cloning instead of copying
Jon Paul Maloy
2
-47
/
+28
2015-03-14
tipc: eliminate unnecessary linearization of incoming buffers
Jon Paul Maloy
2
-9
/
+10
2015-03-14
tipc: move message validation function to msg.c
Jon Paul Maloy
3
-60
/
+47
2015-03-14
tipc: add framework for node capabilities exchange
Jon Paul Maloy
3
-2
/
+16
2015-03-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
16
-1258
/
+1369
2015-03-14
ieee802154: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-14
mac802154: correct max sifs size handling
Alexander Aring
1
-1
/
+12
2015-03-14
ieee802154: remove deprecated sysfs entries
Alexander Aring
1
-49
/
+0
2015-03-14
ieee802154: change wpan-phy name to phy
Alexander Aring
1
-1
/
+4
2015-03-14
ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN
Alexander Aring
1
-1
/
+1
2015-03-13
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
6
-15
/
+15
2015-03-13
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
Marcel Holtmann
2
-2
/
+2
2015-03-13
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
3
-31
/
+25
2015-03-13
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
4
-48
/
+43
2015-03-13
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
Marcel Holtmann
1
-1
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_change_flag helper macro
Marcel Holtmann
1
-5
/
+5
2015-03-13
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
5
-52
/
+50
2015-03-13
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
5
-41
/
+40
2015-03-13
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
9
-272
/
+270
2015-03-13
Bluetooth: Add support connectable advertising setting
Marcel Holtmann
1
-9
/
+30
2015-03-13
tcp_metrics: Use a single hash table for all network namespaces.
Eric W. Biederman
1
-36
/
+30
2015-03-13
tcp_metrics: Rewrite tcp_metrics_flush_all
Eric W. Biederman
1
-10
/
+11
2015-03-13
tcp_metrics: Remove the unused return code from tcp_metrics_flush_all
Eric W. Biederman
1
-4
/
+5
2015-03-13
tcp_metrics: Add a field tcpm_net and verify it matches on lookup
Eric W. Biederman
1
-5
/
+19
2015-03-13
tcp_metrics: Mix the network namespace into the hash function.
Eric W. Biederman
1
-0
/
+5
[next]