index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-12
pktgen: be friendly to LLTX devices
Daniel Borkmann
1
-2
/
+6
2014-04-12
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2
-5
/
+3
2014-04-11
net: core: don't account for udp header size when computing seglen
Florian Westphal
1
-5
/
+7
2014-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-21
/
+28
2014-04-08
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+7
2014-04-07
netdev: remove potentially harmful checks
Veaceslav Falico
1
-4
/
+2
2014-04-07
pktgen: fix xmit test for BQL enabled devices
Daniel Borkmann
1
-1
/
+1
2014-04-07
net: filter: be more defensive on div/mod by X==0
Daniel Borkmann
1
-16
/
+16
2014-04-04
net-gro: reset skb->truesize in napi_reuse_skb()
Eric Dumazet
1
-0
/
+1
2014-04-04
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-48
/
+8
2014-04-03
net: add busy_poll device feature
Jiri Pirko
2
-0
/
+8
2014-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
15
-1177
/
+1813
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2014-04-02
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2014-04-02
netpoll: Use skb_irq_freeable to make zap_completion_queue safe.
Eric W. Biederman
1
-1
/
+1
2014-04-02
net: ptp: move PTP classifier in its own file
Daniel Borkmann
3
-18
/
+142
2014-04-01
net: filter: minor: fix kdoc in __sk_run_filter
Daniel Borkmann
1
-2
/
+2
2014-04-01
net-gro: restore frag0 optimization
Eric Dumazet
1
-32
/
+64
2014-04-01
net-sysfs: expose number of carrier on/off changes
david decotigny
2
-1
/
+16
2014-04-01
net: Allow modules to use is_skb_forwardable
Vlad Yasevich
1
-2
/
+2
2014-03-31
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
1
-300
/
+1157
2014-03-31
net: ptp: do not reimplement PTP/BPF classifier
Daniel Borkmann
1
-1
/
+7
2014-03-31
net: ptp: use sk_unattached_filter_create() for BPF
Daniel Borkmann
1
-7
/
+14
2014-03-31
net: filter: move filter accounting to filter core
Daniel Borkmann
1
-2
/
+25
2014-03-31
net: filter: keep original BPF program around
Daniel Borkmann
2
-29
/
+80
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-0
/
+1
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+31
2014-03-30
netpoll: Respect NETIF_F_LLTX
Eric W. Biederman
1
-5
/
+5
2014-03-30
netpoll: Remove strong unnecessary assumptions about skbs
Eric W. Biederman
1
-2
/
+2
2014-03-30
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
2
-8
/
+8
2014-03-30
netpoll: Move rx enable/disable into __dev_close_many
Eric W. Biederman
1
-9
/
+4
2014-03-30
netpoll: Only call ndo_start_xmit from a single place
Eric W. Biederman
1
-25
/
+36
2014-03-30
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
1
-4
/
+4
2014-03-29
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
2
-5
/
+11
2014-03-29
net: net: add a core netdev->tx_dropped counter
Eric Dumazet
1
-0
/
+2
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
1
-7
/
+20
2014-03-27
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
1
-1
/
+1
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
3
-12
/
+13
2014-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2014-03-24
netpoll: fix the skb check in pkt_is_ns
Li RongQing
1
-1
/
+1
2014-03-21
rtnetlink: fix fdb notification flags
Nicolas Dichtel
1
-4
/
+6
2014-03-20
net/core/flow.c: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-1
/
+7
2014-03-19
cgroup: drop const from @buffer of cftype->write_string()
Tejun Heo
1
-1
/
+1
2014-03-17
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2
-529
/
+2
2014-03-17
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-17
/
+64
2014-03-17
netpoll: Consolidate neigh_tx processing in service_neigh_queue
Eric W. Biederman
1
-22
/
+16
2014-03-17
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-5
/
+9
2014-03-17
netpoll: Don't drop all received packets.
Eric W. Biederman
1
-11
/
+6
2014-03-17
netpoll: Add netpoll_rx_processing
Eric W. Biederman
1
-2
/
+2
2014-03-17
netpoll: Warn if more packets are processed than are budgeted
Eric W. Biederman
1
-0
/
+1
[next]