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-09-30
nl802154: add support for security layer
Alexander Aring
6
-0
/
+1460
2015-09-30
nl802154: use nla_get_le64 for get extended addr
Alexander Aring
1
-3
/
+1
2015-09-29
Bluetooth: Add hci_cmd_sync function
Loic Poulain
1
-0
/
+19
2015-09-24
mac802154: iface: assume big endian for af_packet
Alexander Aring
1
-5
/
+3
2015-09-24
Bluetooth: Add BT_WARN and bt_dev_warn logging macros
Frederic Danis
1
-0
/
+16
2015-09-22
mac802154: tx: add warning if MTU exceeds
Alexander Aring
1
-0
/
+11
2015-09-22
ieee802154: change needed headroom/tailroom
Alexander Aring
6
-14
/
+36
2015-09-22
ieee802154: introduce wpan_dev_header_ops
Alexander Aring
3
-18
/
+85
2015-09-22
ieee802154: header_ops: fix frame control setting
Alexander Aring
1
-9
/
+9
2015-09-22
mac802154: llsec: fix device deletion from list
Alexander Aring
1
-0
/
+1
2015-09-21
tcp: send loss probe after 1s if no RTT available
Yuchung Cheng
1
-4
/
+5
2015-09-21
tcp: usec resolution SYN/ACK RTT
Yuchung Cheng
4
-18
/
+18
2015-09-21
s390/iucv: do not use arrays as argument
Ursula Braun
2
-11
/
+10
2015-09-21
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
12
-213
/
+558
2015-09-20
rxrpc: Replace get_seconds with ktime_get_seconds
Ksenija Stanojevic
3
-6
/
+6
2015-09-18
Bluetooth: Fix reporting incorrect EIR in device found mgmt event
Szymon Janc
1
-0
/
+21
2015-09-18
Bluetooth: Add BT_ERR_RATELIMITED
Szymon Janc
1
-0
/
+16
2015-09-17
sch_dsmark: improve memory locality
Eric Dumazet
1
-30
/
+33
2015-09-17
net: Initialize table in fib result
David Ahern
1
-0
/
+2
2015-09-17
bpf: add bpf_redirect() helper
Alexei Starovoitov
4
-0
/
+54
2015-09-17
cls_bpf: introduce integrated actions
Daniel Borkmann
2
-11
/
+63
2015-09-17
net: only check perm protocol when register proto
Junwei Zhang
1
-11
/
+5
2015-09-17
tcp: provide skb->hash to synack packets
Eric Dumazet
4
-2
/
+5
2015-09-17
netfilter: Add blank lines in callers of netfilter hooks
Eric W. Biederman
4
-0
/
+4
2015-09-17
netfilter: Pass net into okfn
Eric W. Biederman
29
-74
/
+69
2015-09-17
netfilter: Use nf_hook_state.net
Eric W. Biederman
21
-58
/
+41
2015-09-17
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
29
-102
/
+126
2015-09-17
bridge: Add br_netif_receive_skb remove netif_receive_skb_sk
Eric W. Biederman
2
-3
/
+8
2015-09-17
bridge: Cache net in br_nf_pre_routing_finish
Eric W. Biederman
1
-1
/
+2
2015-09-17
bridge: Pass net into br_nf_push_frag_xmit
Eric W. Biederman
1
-3
/
+8
2015-09-17
bridge: Pass net into br_nf_ip_fragment
Eric W. Biederman
1
-6
/
+6
2015-09-17
ipv6: Compute net once in raw6_send_hdrinc
Eric W. Biederman
1
-2
/
+3
2015-09-17
ipv6: Cache net in ip6_output
Eric W. Biederman
1
-2
/
+2
2015-09-17
ipv6: Only compute net once in ip6_finish_output2
Eric W. Biederman
1
-6
/
+5
2015-09-17
ipv6: Don't recompute net in ip6_rcv
Eric W. Biederman
1
-1
/
+1
2015-09-17
net: Remove dev_queue_xmit_sk
Eric W. Biederman
1
-2
/
+2
2015-09-17
bridge: Introduce br_send_bpdu_finish
Eric W. Biederman
1
-1
/
+6
2015-09-17
arp: Introduce arp_xmit_finish
Eric W. Biederman
1
-1
/
+6
2015-09-17
ipv6: Only compute net once in ip6mr_forward2_finish
Eric W. Biederman
1
-2
/
+3
2015-09-17
ipv4: Only compute net once in ipmr_forward_finish
Eric W. Biederman
1
-2
/
+3
2015-09-17
ipv4: Only compute net once in ip_rcv_finish
Eric W. Biederman
1
-6
/
+4
2015-09-17
ipv4: Only compute net once in ip_finish_output2
Eric W. Biederman
1
-2
/
+3
2015-09-17
ipv4: Explicitly compute net in ip_fragment
Eric W. Biederman
1
-3
/
+2
2015-09-17
ipv4: Only compute net once in ip_do_fragment
Eric W. Biederman
1
-6
/
+8
2015-09-17
ipv4: Don't recompute net in ipmr_queue_xmit
Eric W. Biederman
1
-1
/
+1
2015-09-17
ipv4: Remember the net in ip_output and ip_mc_output
Eric W. Biederman
1
-2
/
+4
2015-09-17
ipv4: Compute net once in ip_rcv
Eric W. Biederman
1
-7
/
+9
2015-09-17
ipv4: Compute net once in ip_forward_finish
Eric W. Biederman
1
-2
/
+3
2015-09-17
ipv4: Compute net once in ip_forward
Eric W. Biederman
1
-2
/
+4
2015-09-17
net: Merge dst_output and dst_output_sk
Eric W. Biederman
18
-25
/
+25
[next]