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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-18
/
+20
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-2
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-13
/
+46
2017-06-14
net: use skb_unref() in napi_consume_skb()
Paolo Abeni
1
-3
/
+2
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-14
/
+42
2017-06-13
net: rps: fix uninitialized symbol warning
Ashwanth Goli
1
-1
/
+1
2017-06-12
udp: avoid a cache miss on dequeue
Paolo Abeni
1
-4
/
+20
2017-06-12
net: factor out a helper to decrement the skb refcount
Paolo Abeni
2
-13
/
+5
2017-06-10
bpf: add bpf_set_hash helper for tc progs
Daniel Borkmann
1
-0
/
+20
2017-06-10
bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly
Daniel Borkmann
1
-7
/
+1
2017-06-10
netns: fix error code when the nsid is already used
Nicolas Dichtel
1
-0
/
+1
2017-06-10
netns: define extack error msg for nsis cmds
Nicolas Dichtel
1
-9
/
+33
2017-06-09
net: rps: send out pending IPI's on CPU hotplug
ashwanth@codeaurora.org
1
-9
/
+22
2017-06-09
Fix an intermittent pr_emerg warning about lo becoming free.
Krister Johansen
1
-0
/
+14
2017-06-08
skbuff: only inherit relevant tx_flags
Willem de Bruijn
1
-4
/
+6
2017-06-08
tcp: add TCPMemoryPressuresChrono counter
Eric Dumazet
1
-0
/
+20
2017-06-08
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
1
-1
/
+2
2017-06-08
tcp: Namespaceify sysctl_tcp_timestamps
Eric Dumazet
1
-4
/
+5
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-2
/
+6
2017-06-07
net: don't call strlen on non-terminated string in dev_set_alias()
Alexander Potapenko
1
-1
/
+2
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+10
2017-06-06
net: sched: introduce a TRAP control action
Jiri Pirko
1
-0
/
+2
2017-06-05
devlink: fix potential memort leak
Haishuang Yan
1
-2
/
+6
2017-06-04
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
1
-23
/
+42
2017-06-04
neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"
Sowmini Varadhan
1
-11
/
+49
2017-06-04
sock: reset sk_err when the error queue is empty
Soheil Hassas Yeganeh
1
-1
/
+4
2017-06-04
net-procfs: Use vsnprintf extension %phN
Joe Perches
1
-9
/
+4
2017-06-04
net/flow_dissector: add support for dissection of misc ip header fields
Or Gerlitz
1
-0
/
+40
2017-05-31
bpf: track stack depth of classic bpf programs
Alexei Starovoitov
1
-14
/
+22
2017-05-31
rtnetlink: use the new rtnl_get_event() interface
Vlad Yasevich
1
-1
/
+1
2017-05-30
net: add extack arg to lwtunnel build state
David Ahern
2
-5
/
+20
2017-05-30
net: lwtunnel: Add extack to encap attr validation
David Ahern
1
-5
/
+13
2017-05-27
rtnl: Add support for netdev event to link messages
Vlad Yasevich
2
-10
/
+57
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-13
/
+39
2017-05-26
ipv4: add reference counting to metrics
Eric Dumazet
1
-9
/
+14
2017-05-25
bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
Daniel Borkmann
1
-0
/
+1
2017-05-25
net: move somaxconn init from sysctl code
Roman Kapl
2
-2
/
+19
2017-05-24
net: flow_dissector: add support for dissection of tcp flags
Jiri Pirko
1
-0
/
+29
2017-05-24
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
1
-2
/
+5
2017-05-21
net: allow simultaneous SW and HW transmit timestamping
Miroslav Lichvar
1
-0
/
+4
2017-05-21
net: add function to retrieve original skb device using NAPI ID
Miroslav Lichvar
1
-0
/
+26
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-2
/
+1
2017-05-21
net: define receive timestamp filter for NTP
Miroslav Lichvar
1
-0
/
+2
2017-05-19
net: more accurate checksumming in validate_xmit_skb()
Davide Caratti
1
-2
/
+12
2017-05-19
net: use skb->csum_not_inet to identify packets needing crc32c
Davide Caratti
1
-0
/
+1
2017-05-19
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
1
-3
/
+0
2017-05-19
net: introduce skb_crc32c_csum_help
Davide Caratti
1
-0
/
+41
2017-05-19
skbuff: add stub to help computing crc32c on SCTP packets
Davide Caratti
1
-0
/
+26
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-19
/
+34
2017-05-18
net: fix __skb_try_recv_from_queue to return the old behavior
Andrey Vagin
1
-6
/
+8
[next]