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.12.y
linux-6.13.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-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-27
/
+94
2014-09-06
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2
-15
/
+33
2014-09-06
net: merge cases where sock_efree and sock_edemux are the same function
Alexander Duyck
1
-2
/
+2
2014-09-06
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
3
-18
/
+34
2014-09-06
net-timestamp: Merge shared code between phy and regular timestamping
Alexander Duyck
2
-52
/
+42
2014-09-06
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
5
-7
/
+7
2014-09-05
ethtool: Add generic options for tunables
Govindarajulu Varadarajan
1
-0
/
+81
2014-09-05
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
Daniel Borkmann
1
-5
/
+2
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-3
/
+3
2014-09-04
qdisc: validate frames going through the direct_xmit path
Jesper Dangaard Brouer
1
-2
/
+8
2014-09-02
rtnl/do_setlink(): notify when a netdev is modified
Nicolas Dichtel
1
-14
/
+21
2014-09-02
rtnl/do_setlink(): last arg is now a set of flags
Nicolas Dichtel
1
-21
/
+22
2014-09-02
rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated
Nicolas Dichtel
1
-1
/
+5
2014-09-02
rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated
Nicolas Dichtel
1
-2
/
+8
2014-09-02
sock: deduplicate errqueue dequeue
Willem de Bruijn
2
-12
/
+22
2014-09-02
net: Support for csum_bad in skbuff
Tom Herbert
1
-1
/
+1
2014-09-02
pktgen: add flag NO_TIMESTAMP to disable timestamping
Jesper Dangaard Brouer
1
-3
/
+16
2014-09-02
net: xmit_list() becomes dev_hard_start_xmit().
David S. Miller
1
-13
/
+2
2014-09-02
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
1
-65
/
+14
2014-09-02
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
1
-5
/
+1
2014-09-02
net: Separate out SKB validation logic from transmit path.
David S. Miller
1
-54
/
+71
2014-09-02
net: Have xmit_list() signal more==true when appropriate.
David S. Miller
1
-4
/
+4
2014-09-02
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
3
-3
/
+3
2014-09-02
net: Move main gso loop out of dev_hard_start_xmit() into helper.
David S. Miller
1
-19
/
+29
2014-09-02
net: Create xmit_one() helper for dev_hard_start_xmit()
David S. Miller
1
-16
/
+19
2014-09-02
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
3
-10
/
+4
2014-08-30
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
1
-8
/
+16
2014-08-30
net: attempt a single high order allocation
Eric Dumazet
1
-14
/
+16
2014-08-30
net: add skb_get_tx_queue() helper
Daniel Borkmann
2
-4
/
+2
2014-08-26
net: fix checksum features handling in netif_skb_features()
Michal Kubeček
1
-5
/
+11
2014-08-26
net: make skb an optional parameter for__skb_flow_dissect()
WANG Cong
1
-3
/
+15
2014-08-26
net: fix comments for __skb_flow_get_ports()
WANG Cong
1
-2
/
+4
2014-08-26
net: prevent of emerging cross-namespace symlinks
Alexander Y. Fomichev
1
-1
/
+60
2014-08-25
net: Add ops->ndo_xmit_flush()
David S. Miller
3
-8
/
+4
2014-08-25
net: skb_gro_checksum_* functions
Tom Herbert
1
-1
/
+33
2014-08-23
net: use reciprocal_scale() helper
Daniel Borkmann
2
-6
/
+4
2014-08-23
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
1
-14
/
+26
2014-08-23
net: remove dead code after sk_data_ready change
Eric Dumazet
1
-8
/
+0
2014-08-23
net: use ktime_get_ns() and ktime_get_real_ns() helpers
Eric Dumazet
1
-3
/
+3
2014-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-2
/
+56
2014-08-11
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
2
-1
/
+54
2014-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-4
/
+6
2014-08-08
rtnetlink: fix VF info size
Jiri Benc
1
-1
/
+2
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
14
-942
/
+549
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-08-06
net-timestamp: TCP timestamping
Willem de Bruijn
2
-3
/
+15
2014-08-06
net-timestamp: SCHED timestamp on entering packet scheduler
Willem de Bruijn
2
-4
/
+16
2014-08-06
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
2
-0
/
+5
2014-08-06
net-timestamp: move timestamp flags out of sk_flags
Willem de Bruijn
1
-23
/
+2
2014-08-06
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
Willem de Bruijn
1
-0
/
+1
[next]