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-29
net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
Michal Kubeček
1
-7
/
+17
2017-06-27
net: prevent sign extension in dev_get_stats()
Eric Dumazet
1
-3
/
+3
2017-06-20
rtnetlink: add IFLA_GROUP to ifla_policy
Serhey Popovych
1
-0
/
+2
2017-06-20
net/core: remove explicit do_softirq() from busy_poll_stop()
Sebastian Siewior
1
-2
/
+0
2017-06-20
fib_rules: Resolve goto rules target on delete
Serhey Popovych
1
-7
/
+14
2017-06-14
dev_ioctl: copy only the smaller struct iwreq for wext
Johannes Berg
1
-3
/
+16
2017-06-13
net: rps: fix uninitialized symbol warning
Ashwanth Goli
1
-1
/
+1
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
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
1
-1
/
+2
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-05
devlink: fix potential memort leak
Haishuang Yan
1
-2
/
+6
2017-06-04
sock: reset sk_err when the error queue is empty
Soheil Hassas Yeganeh
1
-1
/
+4
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: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
1
-2
/
+5
2017-05-17
net: fix compile error in skb_orphan_partial()
Eric Dumazet
1
-3
/
+0
2017-05-17
neighbour: update neigh timestamps iff update is effective
Ihar Hrachyshka
1
-4
/
+10
2017-05-16
net: Improve handling of failures on link and route dumps
David Ahern
1
-12
/
+24
2017-05-11
netem: fix skb_orphan_partial()
Eric Dumazet
1
-12
/
+8
2017-05-11
xdp: refine xdp api with regards to generic xdp
Daniel Borkmann
2
-41
/
+54
2017-05-11
xdp: add flag to enforce driver mode
Daniel Borkmann
2
-0
/
+7
2017-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-12
/
+19
2017-05-08
treewide: convert PF_MEMALLOC manipulations to new helpers
Vlastimil Babka
2
-6
/
+8
2017-05-08
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
1
-15
/
+9
2017-05-05
tcp: randomize timestamps on syncookies
Eric Dumazet
1
-12
/
+19
2017-05-04
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
Michal Schmidt
1
-1
/
+1
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
23
-467
/
+1735
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2017-05-02
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+7
2017-05-02
xdp: fix parameter kdoc for extack
Jakub Kicinski
1
-1
/
+1
2017-05-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2017-05-01
iov_iter: don't revert iov buffer if csum error
Ding Tianhong
1
-6
/
+7
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+103
2017-05-01
xdp: propagate extended ack to XDP setup
Jakub Kicinski
2
-6
/
+12
2017-04-30
lwtunnel: fix error path in lwtunnel_fill_encap()
Dan Carpenter
1
-3
/
+4
2017-04-30
net: Initialise init_net.count to 1
David Howells
1
-1
/
+2
2017-04-30
bpf: restore skb->sk before pskb_trim() call
Eric Dumazet
1
-1
/
+1
2017-04-28
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
1
-0
/
+2
2017-04-27
fib_rules: fix error return code
Wei Yongjun
1
-2
/
+4
2017-04-27
net: remove unnecessary carrier status check
Zhang Shengju
1
-7
/
+4
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-04-26
net: core: Prevent from dereferencing null pointer when releasing SKB
Myungho Jung
1
-0
/
+3
2017-04-25
net: Generic XDP
David S. Miller
3
-21
/
+176
2017-04-24
lwtunnel: check return value of nla_nest_start
Pan Bian
1
-0
/
+2
2017-04-24
flow_dissector: add mpls support (v2)
Benjamin LaHaise
1
-3
/
+22
2017-04-22
net/devlink: Add E-Switch encapsulation control
Roi Dayan
1
-3
/
+23
2017-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
[next]