index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-09
nl80211: Add a missing break in parse_station_flags
Bernd Edlinger
1
-0
/
+1
2018-07-08
batman-adv: Convert batadv_dat_addr_t to proper type
Sven Eckelmann
1
-3
/
+4
2018-07-08
tcp: remove redundant SOCK_DONE checks
Eric Dumazet
1
-9
/
+5
2018-07-08
net: sched: Fix warnings from xchg() on RCU'd cookie pointer.
David S. Miller
1
-1
/
+1
2018-07-08
tcp: cleanup copied_seq and urg_data in tcp_disconnect
Eric Dumazet
1
-0
/
+2
2018-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-20
/
+109
2018-07-08
ipfrag: really prevent allocation on netns exit
Paolo Abeni
1
-1
/
+1
2018-07-08
net: sched: change action API to use array of pointers to actions
Vlad Buslov
2
-54
/
+56
2018-07-08
net: sched: atomically check-allocate action
Vlad Buslov
17
-59
/
+213
2018-07-08
net: sched: use reference counting action init
Vlad Buslov
1
-18
/
+17
2018-07-08
net: sched: don't release reference on action overwrite
Vlad Buslov
17
-58
/
+50
2018-07-08
net: sched: implement reference counted action release
Vlad Buslov
2
-23
/
+62
2018-07-08
net: sched: add 'delete' function to action ops
Vlad Buslov
16
-0
/
+136
2018-07-08
net: sched: implement action API that deletes action by index
Vlad Buslov
1
-0
/
+39
2018-07-08
net: sched: always take reference to action
Vlad Buslov
1
-26
/
+20
2018-07-08
net: sched: implement unlocked action init API
Vlad Buslov
18
-27
/
+46
2018-07-08
net: sched: change type of reference and bind counters
Vlad Buslov
17
-42
/
+54
2018-07-08
net: sched: use rcu for action cookie update
Vlad Buslov
1
-14
/
+30
2018-07-08
openvswitch: kernel datapath clone action
Yifeng Sun
2
-0
/
+106
2018-07-08
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Lorenzo Colitti
1
-2
/
+1
2018-07-08
net/ipv4: Set oif in fib_compute_spec_dst
David Ahern
1
-0
/
+1
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-2
/
+7
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
1
-7
/
+91
2018-07-07
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
1
-1
/
+2
2018-07-07
batman-adv: Join batadv_purge_orig_ref and _batadv_purge_orig
Sven Eckelmann
1
-11
/
+6
2018-07-07
batman-adv: Unify include guards style
Sven Eckelmann
2
-6
/
+6
2018-07-07
net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
Davide Caratti
1
-3
/
+3
2018-07-07
net/sched: act_csum: fix NULL dereference when 'goto chain' is used
Davide Caratti
1
-3
/
+3
2018-07-07
tipc: extend link reset criteria for stale packet retransmission
Jon Maloy
1
-19
/
+24
2018-07-07
net/sched: flower: Add supprt for matching on QinQ vlan headers
Jianbo Liu
1
-14
/
+51
2018-07-07
net/sched: flower: Dump the ethertype encapsulated in vlan
Jianbo Liu
1
-0
/
+4
2018-07-07
net/flow_dissector: Add support for QinQ dissection
Jianbo Liu
1
-15
/
+17
2018-07-07
net/sched: flower: Add support for matching on vlan ethertype
Jianbo Liu
1
-2
/
+5
2018-07-07
net/flow_dissector: Save vlan ethertype from headers
Jianbo Liu
1
-0
/
+2
2018-07-07
net/smc: reduce sock_put() for fallback sockets
Ursula Braun
2
-5
/
+12
2018-07-07
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
1
-3
/
+6
2018-07-07
tipc: make function tipc_net_finalize() thread safe
Jon Maloy
1
-6
/
+11
2018-07-07
tipc: fix correct setting of message type in second discoverer
Jon Maloy
1
-6
/
+7
2018-07-07
tipc: correct discovery message handling during address trial period
Jon Maloy
1
-1
/
+4
2018-07-07
tipc: fix wrong return value from function tipc_node_try_addr()
Jon Maloy
1
-2
/
+5
2018-07-07
ip: unconditionally set cork gso_size
Willem de Bruijn
2
-4
/
+2
2018-07-07
ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6
Willem de Bruijn
5
-17
/
+10
2018-07-07
ipv6: fold sockcm_cookie into ipcm6_cookie
Willem de Bruijn
9
-43
/
+27
2018-07-07
sock: sockc cookie initializer
Willem de Bruijn
2
-7
/
+4
2018-07-07
ipv6: ipcm6_cookie initializer
Willem de Bruijn
5
-18
/
+6
2018-07-07
ipv4: ipcm_cookie initializers
Willem de Bruijn
5
-39
/
+6
2018-07-06
Bluetooth: Use extended LE Connection if supported
Jaganath Kanakkassery
3
-17
/
+108
2018-07-06
Bluetooth: Introduce helpers for le conn status and complete
Jaganath Kanakkassery
1
-45
/
+65
2018-07-06
Bluetooth: Process extended ADV report event
Jaganath Kanakkassery
2
-0
/
+61
2018-07-06
Bluetooth: Use extended scanning if controller supports
Jaganath Kanakkassery
2
-24
/
+135
[prev]
[next]