index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: xmit_list() becomes dev_hard_start_xmit().
David S. Miller
2014-09-02
1
-13
/
+2
*
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
2014-09-02
1
-65
/
+14
*
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
2014-09-02
1
-5
/
+1
*
net: Separate out SKB validation logic from transmit path.
David S. Miller
2014-09-02
1
-54
/
+71
*
net: Have xmit_list() signal more==true when appropriate.
David S. Miller
2014-09-02
1
-4
/
+4
*
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
2014-09-02
3
-3
/
+3
*
net: Move main gso loop out of dev_hard_start_xmit() into helper.
David S. Miller
2014-09-02
1
-19
/
+29
*
net: Create xmit_one() helper for dev_hard_start_xmit()
David S. Miller
2014-09-02
1
-16
/
+19
*
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
2014-09-02
3
-10
/
+4
*
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
2014-08-30
1
-8
/
+16
*
net: add skb_get_tx_queue() helper
Daniel Borkmann
2014-08-30
2
-4
/
+2
*
net: make skb an optional parameter for__skb_flow_dissect()
WANG Cong
2014-08-26
1
-3
/
+15
*
net: fix comments for __skb_flow_get_ports()
WANG Cong
2014-08-26
1
-2
/
+4
*
net: Add ops->ndo_xmit_flush()
David S. Miller
2014-08-25
3
-8
/
+4
*
net: skb_gro_checksum_* functions
Tom Herbert
2014-08-25
1
-1
/
+33
*
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
2
-6
/
+4
*
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2014-08-23
1
-14
/
+26
*
net: remove dead code after sk_data_ready change
Eric Dumazet
2014-08-23
1
-8
/
+0
*
net: use ktime_get_ns() and ktime_get_real_ns() helpers
Eric Dumazet
2014-08-23
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-08-14
3
-2
/
+56
|
\
|
*
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
2014-08-11
2
-1
/
+54
|
*
rtnetlink: fix VF info size
Jiri Benc
2014-08-08
1
-1
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2014-08-10
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
2014-07-30
1
-4
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-08-06
14
-942
/
+549
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-08-06
1
-1
/
+1
|
|
\
\
|
|
*
|
net: Correctly set segment mac_len in skb_segment().
Vlad Yasevich
2014-08-01
1
-1
/
+1
|
*
|
|
net-timestamp: TCP timestamping
Willem de Bruijn
2014-08-06
2
-3
/
+15
|
*
|
|
net-timestamp: SCHED timestamp on entering packet scheduler
Willem de Bruijn
2014-08-06
2
-4
/
+16
|
*
|
|
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
2014-08-06
2
-0
/
+5
|
*
|
|
net-timestamp: move timestamp flags out of sk_flags
Willem de Bruijn
2014-08-06
1
-23
/
+2
|
*
|
|
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
Willem de Bruijn
2014-08-06
1
-0
/
+1
|
*
|
|
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-03
3
-44
/
+56
|
*
|
|
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
2014-08-03
1
-8
/
+8
|
*
|
|
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
2014-08-03
1
-5
/
+5
|
*
|
|
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
Alexei Starovoitov
2014-08-03
2
-5
/
+5
|
*
|
|
net: filter: simplify socket charging
Alexei Starovoitov
2014-08-03
2
-52
/
+44
|
*
|
|
net: filter: don't release unattached filter through call_rcu()
Pablo Neira
2014-07-31
1
-3
/
+8
|
*
|
|
net: Remove unlikely() for WARN_ON() conditions
Thomas Graf
2014-07-31
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-30
2
-4
/
+4
|
|
\
|
|
|
*
|
|
net: remove deprecated syststamp timestamp
Willem de Bruijn
2014-07-29
1
-4
/
+0
|
*
|
|
net: do not name the pointer to struct net_device net
WANG Cong
2014-07-25
1
-71
/
+71
|
*
|
|
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
2014-07-25
1
-9
/
+9
|
*
|
|
net: filter: split filter.c into two files
Alexei Starovoitov
2014-07-24
1
-511
/
+0
|
*
|
|
sock: remove skb argument from sk_rcvqueues_full
Sorin Dumitru
2014-07-23
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-22
1
-0
/
+2
|
|
\
\
\
|
*
|
|
|
net: print a notification on device rename
Veaceslav Falico
2014-07-21
1
-0
/
+3
|
*
|
|
|
net: print net_device reg_state in netdev_* unless it's registered
Veaceslav Falico
2014-07-21
1
-3
/
+5
|
*
|
|
|
rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del
Alexander Duyck
2014-07-17
1
-4
/
+2
|
*
|
|
|
net: remove open-coded skb_cow_head.
françois romieu
2014-07-17
1
-2
/
+2
[next]