Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
450b05c15f9c776996f9627c7b4f1d38b6e6f4a0
/
net
/
core
ff04a77
net : optimize skb_release_data()
by Eric Dumazet
· 10 years ago
58e3cac
net: optimise inet_proto_csum_replace4()
by LEROY Christophe
· 10 years ago
f4a775d
net: introduce __skb_header_release()
by Eric Dumazet
· 10 years ago
6ea754e
net: Change netdev_<level> logging functions to return void
by Joe Perches
· 10 years ago
53e5039
net: Remove gso_send_check as an offload callback
by Tom Herbert
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
cecda69
net: keep original skb which only needs header checking during software GSO
by Jason Wang
· 10 years ago
2e4e441
net: add alloc_skb_with_frags() helper
by Eric Dumazet
· 10 years ago
e93a043
tcp: allow segment with FIN in tcp_try_coalesce()
by Eric Dumazet
· 10 years ago
7ce64c7
net: fix creation adjacent device symlinks
by Alexander Y. Fomichev
· 10 years ago
c0d1379
net: bpf: correctly handle errors in sk_attach_filter()
by Sasha Levin
· 10 years ago
233577a
net: filter: constify detection of pkt_type_offset
by Hannes Frederic Sowa
· 10 years ago
6c55549
ipv6: drop useless rcu_read_lock() in anycast
by WANG Cong
· 10 years ago
46e5da4
net: qdisc: use rcu prefix and silence sparse warnings
by John Fastabend
· 10 years ago
bf7fa55
mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path
by Alexander Duyck
· 10 years ago
cab41c4
skb: Add documentation for skb_clone_sk
by Alexander Duyck
· 10 years ago
294a0b7
pktgen: Convert pr_warning to pr_warn
by Joe Perches
· 10 years ago
416c51e
netns: remove one sparse warning
by Eric Dumazet
· 10 years ago
286aad3
net: bpf: be friendly to kmemcheck
by Daniel Borkmann
· 10 years ago
82d5e2b
net: fix skb_page_frag_refill() kerneldoc
by Eric Dumazet
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
56193d1
net: Add function for parsing the header length out of linear ethernet frames
by Alexander Duyck
· 10 years ago
82eabd9
net: merge cases where sock_efree and sock_edemux are the same function
by Alexander Duyck
· 10 years ago
62bccb8
net-timestamp: Make the clone operation stand-alone from phy timestamping
by Alexander Duyck
· 10 years ago
37846ef
net-timestamp: Merge shared code between phy and regular timestamping
by Alexander Duyck
· 10 years ago
e793c0f
net: treewide: Fix typo found in DocBook/networking.xml
by Masanari Iida
· 10 years ago
f0db9b0
ethtool: Add generic options for tunables
by Govindarajulu Varadarajan
· 10 years ago
e020836
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
by Daniel Borkmann
· 10 years ago
60a3b22
net: bpf: make eBPF interpreter images read-only
by Daniel Borkmann
· 10 years ago
1f59533
qdisc: validate frames going through the direct_xmit path
by Jesper Dangaard Brouer
· 10 years ago
ba99890
rtnl/do_setlink(): notify when a netdev is modified
by Nicolas Dichtel
· 10 years ago
90c325e
rtnl/do_setlink(): last arg is now a set of flags
by Nicolas Dichtel
· 10 years ago
1889b0e
rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated
by Nicolas Dichtel
· 10 years ago
5d1180f
rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated
by Nicolas Dichtel
· 10 years ago
364a9e9
sock: deduplicate errqueue dequeue
by Willem de Bruijn
· 10 years ago
5a21232
net: Support for csum_bad in skbuff
by Tom Herbert
· 10 years ago
afb84b62
pktgen: add flag NO_TIMESTAMP to disable timestamping
by Jesper Dangaard Brouer
· 10 years ago
8dcda22
net: xmit_list() becomes dev_hard_start_xmit().
by David S. Miller
· 10 years ago
ce93718
net: Don't keep around original SKB when we software segment GSO frames.
by David S. Miller
· 10 years ago
50cbe9a
net: Validate xmit SKBs right when we pull them out of the qdisc.
by David S. Miller
· 10 years ago
eae3f88
net: Separate out SKB validation logic from transmit path.
by David S. Miller
· 10 years ago
95f6b3d
net: Have xmit_list() signal more==true when appropriate.
by David S. Miller
· 10 years ago
fa2dbdc
net: Pass a "more" indication down into netdev_start_xmit() code paths.
by David S. Miller
· 10 years ago
7f2e870
net: Move main gso loop out of dev_hard_start_xmit() into helper.
by David S. Miller
· 10 years ago
2ea2551
net: Create xmit_one() helper for dev_hard_start_xmit()
by David S. Miller
· 10 years ago
10b3ad8
net: Do txq_trans_update() in netdev_start_xmit()
by David S. Miller
· 10 years ago
662880f
net: Allow GRO to use and set levels of checksum unnecessary
by Tom Herbert
· 10 years ago
d9b2938
net: attempt a single high order allocation
by Eric Dumazet
· 10 years ago
10c51b5623
net: add skb_get_tx_queue() helper
by Daniel Borkmann
· 10 years ago
db11503
net: fix checksum features handling in netif_skb_features()
by Michal Kubeček
· 10 years ago
453a940
net: make skb an optional parameter for__skb_flow_dissect()
by WANG Cong
· 10 years ago
6451b3f
net: fix comments for __skb_flow_get_ports()
by WANG Cong
· 10 years ago
4c75431
net: prevent of emerging cross-namespace symlinks
by Alexander Y. Fomichev
· 10 years ago
4798248
net: Add ops->ndo_xmit_flush()
by David S. Miller
· 10 years ago
573e8fc
net: skb_gro_checksum_* functions
by Tom Herbert
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
690e36e
net: Allow raw buffers to be passed into the flow dissector.
by David S. Miller
· 10 years ago
884cf70
net: remove dead code after sk_data_ready change
by Eric Dumazet
· 10 years ago
d2de875
net: use ktime_get_ns() and ktime_get_real_ns() helpers
by Eric Dumazet
· 10 years ago
f0094b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
0d5501c
net: Always untag vlan-tagged traffic on input.
by Vlad Yasevich
· 10 years ago
77e40aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
945a367
rtnetlink: fix VF info size
by Jiri Benc
· 10 years ago
ae045e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4ed2d76
net-timestamp: TCP timestamping
by Willem de Bruijn
· 10 years ago
e7fd288
net-timestamp: SCHED timestamp on entering packet scheduler
by Willem de Bruijn
· 10 years ago
09c2d25
net-timestamp: add key to disambiguate concurrent datagrams
by Willem de Bruijn
· 10 years ago
b9f40e2
net-timestamp: move timestamp flags out of sk_flags
by Willem de Bruijn
· 10 years ago
f24b9be
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
by Willem de Bruijn
· 10 years ago
47dfe40
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
8fb575c
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
by Alexei Starovoitov
· 10 years ago
4df95ff
net: filter: rename sk_chk_filter() -> bpf_check_classic()
by Alexei Starovoitov
· 10 years ago
009937e
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
by Alexei Starovoitov
· 10 years ago
278571b
net: filter: simplify socket charging
by Alexei Starovoitov
· 10 years ago
fcdfe3a
net: Correctly set segment mac_len in skb_segment().
by Vlad Yasevich
· 10 years ago
34c5bd6
net: filter: don't release unattached filter through call_rcu()
by Pablo Neira
· 10 years ago
80019d3
net: Remove unlikely() for WARN_ON() conditions
by Thomas Graf
· 10 years ago
f139c74
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
728dba3
namespaces: Use task_lock and not rcu to protect nsproxy
by Eric W. Biederman
· 11 years ago
40eea80
net: sendmsg: fix NULL pointer dereference
by Andrey Ryabinin
· 10 years ago
4d276eb
net: remove deprecated syststamp timestamp
by Willem de Bruijn
· 10 years ago
545469f
neighbour : fix ndm_type type error issue
by Jun Zhao
· 10 years ago
6b53daf
net: do not name the pointer to struct net_device net
by WANG Cong
· 10 years ago
2695fb5
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
by Alexei Starovoitov
· 10 years ago
f5bffec
net: filter: split filter.c into two files
by Alexei Starovoitov
· 10 years ago
274f482
sock: remove skb argument from sk_rcvqueues_full
by Sorin Dumitru
· 10 years ago
8fd90bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
6fe82a3
net: print a notification on device rename
by Veaceslav Falico
· 10 years ago
ccc7f49
net: print net_device reg_state in netdev_* unless it's registered
by Veaceslav Falico
· 10 years ago
c8a89c4
rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del
by Alexander Duyck
· 10 years ago
a40e0a6
net: remove open-coded skb_cow_head.
by françois romieu
· 10 years ago
c3caf11
net-gre-gro: Fix a bug that breaks the forwarding path
by Jerry Chu
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4d3520c
drop_monitor: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
aee944d
pktgen: remove unnecessary break after goto
by Fabian Frederick
· 10 years ago
5517750
net: rtnetlink - make create_link take name_assign_type
by Tom Gundersen
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
238fa36
net: set name assign type for renamed devices
by Tom Gundersen
· 10 years ago
Next »