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
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-04
net/core: ensure features get disabled on new lower devs
Jarod Wilson
1
-3
/
+4
2015-11-03
net/core: fix for_each_netdev_feature
Jarod Wilson
1
-2
/
+6
2015-11-02
net/core: generic support for disabling netdev features down stack
Jarod Wilson
1
-0
/
+50
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+27
2015-10-22
openvswitch: Fix egress tunnel info.
Pravin B Shelar
1
-0
/
+27
2015-10-16
net: introduce pre-change upper device notifier
Jiri Pirko
1
-0
/
+9
2015-10-05
net: use sk_fullsock() in __netdev_pick_tx()
Eric Dumazet
1
-0
/
+1
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-09-25
net: remove unused argument of __netdev_find_adj()
Michal Kubeček
1
-8
/
+7
2015-09-23
netpoll: Close race condition between poll_one_napi and napi_disable
Neil Horman
1
-0
/
+2
2015-09-17
bpf: add bpf_redirect() helper
Alexei Starovoitov
1
-0
/
+8
2015-09-17
netfilter: Pass net into okfn
Eric W. Biederman
1
-1
/
+3
2015-09-17
bridge: Add br_netif_receive_skb remove netif_receive_skb_sk
Eric W. Biederman
1
-2
/
+2
2015-09-17
net: Remove dev_queue_xmit_sk
Eric W. Biederman
1
-2
/
+2
2015-08-27
net: fix IFF_NO_QUEUE for drivers using alloc_netdev
Phil Sutter
1
-1
/
+1
2015-08-27
net: introduce change upper device notifier change info
Jiri Pirko
1
-2
/
+14
2015-08-27
net: sched: consolidate tc_classify{,_compat}
Daniel Borkmann
1
-1
/
+1
2015-08-18
net: warn if drivers set tx_queue_len = 0
Phil Sutter
1
-0
/
+3
2015-07-27
dev: Spelling fix in comments
subashab@codeaurora.org
1
-2
/
+2
2015-07-21
dst: Metadata destinations
Thomas Graf
1
-1
/
+1
2015-07-20
net: don't reforward packets already forwarded by offload device
Scott Feldman
1
-0
/
+10
2015-07-15
net core: Add protodown support.
Anuradha Karuppiah
1
-0
/
+20
2015-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+22
2015-07-10
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-16
/
+16
2015-07-10
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
2015-07-08
Revert "dev: set iflink to 0 for virtual interfaces"
Nicolas Dichtel
1
-4
/
+0
2015-07-08
net: graceful exit from netif_alloc_netdev_queues()
Eric Dumazet
1
-1
/
+2
2015-07-08
net: sched: extend percpu stats helpers
Eric Dumazet
1
-2
/
+2
2015-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+2
2015-06-08
net: replace last open coded skb_orphan_frags with function call
Willem de Bruijn
1
-9
/
+2
2015-06-01
net: Add priority to packet_offload objects.
David S. Miller
1
-2
/
+6
2015-05-21
net: dev: reduce both ingress hook ifdefs
Daniel Borkmann
1
-18
/
+4
2015-05-14
net: core: set qdisc pkt len before tc_classify
Florian Westphal
1
-1
/
+2
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
1
-0
/
+36
2015-05-14
net: add CONFIG_NET_INGRESS to enable ingress filtering
Pablo Neira
1
-3
/
+4
2015-05-13
net: move netdev_pick_tx and dependencies to net/core/dev.c
Jiri Pirko
1
-0
/
+78
2015-05-13
net: move __skb_tx_hash to dev.c
Jiri Pirko
1
-0
/
+28
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-05-12
net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...
Denys Vlasenko
1
-0
/
+11
2015-05-11
net: sched: further simplify handle_ing
Daniel Borkmann
1
-12
/
+18
2015-05-11
net: sched: consolidate handle_ing and ing_filter
Daniel Borkmann
1
-30
/
+16
2015-05-04
net: core: Correct an over-stringent device loop detection.
Vlad Yasevich
1
-1
/
+1
2015-05-04
tc: remove unused redirect ttl
Jamal Hadi Salim
1
-9
/
+0
2015-05-03
net: sched: run ingress qdisc without locks
Alexei Starovoitov
1
-2
/
+0
2015-04-26
net: rfs: fix crash in get_rps_cpus()
Eric Dumazet
1
-6
/
+6
2015-04-17
net: remove unused 'dev' argument from netif_needs_gso()
Johannes Berg
1
-1
/
+1
2015-04-13
net: use jump label patching for ingress qdisc in __netif_receive_skb_core
Daniel Borkmann
1
-7
/
+24
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-5
/
+5
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
1
-1
/
+3
[next]