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
2014-09-15
net: fix creation adjacent device symlinks
Alexander Y. Fomichev
1
-7
/
+11
2014-08-25
net: fix checksum features handling in netif_skb_features()
Michal Kubeček
1
-5
/
+11
2014-08-25
net: prevent of emerging cross-namespace symlinks
Alexander Y. Fomichev
1
-1
/
+60
2014-08-11
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
1
-1
/
+1
2014-08-05
net-timestamp: SCHED timestamp on entering packet scheduler
Willem de Bruijn
1
-0
/
+4
2014-07-30
net: Remove unlikely() for WARN_ON() conditions
Thomas Graf
1
-1
/
+1
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2014-07-20
net: print a notification on device rename
Veaceslav Falico
1
-0
/
+3
2014-07-20
net: print net_device reg_state in netdev_* unless it's registered
Veaceslav Falico
1
-3
/
+5
2014-07-16
net: remove open-coded skb_cow_head.
françois romieu
1
-2
/
+2
2014-07-16
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
1
-0
/
+2
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+18
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-5
/
+8
2014-07-15
net: set name assign type for renamed devices
Tom Gundersen
1
-0
/
+7
2014-07-07
net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush
Loic Prylli
1
-1
/
+8
2014-07-07
net: Performance fix for process_backlog
Tom Herbert
1
-11
/
+10
2014-07-01
rtnetlink: allow to register ops without ops->setup set
Jiri Pirko
1
-1
/
+1
2014-07-01
net: fix some typos in comment
Ying Xue
1
-2
/
+2
2014-06-17
net: delete duplicate dev_set_rx_mode() call
Peter Pan(潘卫平)
1
-5
/
+1
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-37
/
+61
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2014-06-08
net: force a list_del() in unregister_netdevice_many()
Eric Dumazet
1
-1
/
+4
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
1
-4
/
+4
2014-06-05
MPLS: Use mpls_features to activate software MPLS GSO segmentation
Simon Horman
1
-1
/
+27
2014-06-05
net: use the new API kvfree()
WANG Cong
1
-8
/
+2
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+25
2014-06-03
net: remove some unless free on failure in alloc_netdev_mqs()
WANG Cong
1
-5
/
+0
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2014-06-01
net: fix wrong mac_len calculation for vlans
Nikolay Aleksandrov
1
-10
/
+25
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+78
2014-05-16
bonding: Fix stacked device detection in arp monitoring
Vlad Yasevich
1
-0
/
+26
2014-05-16
vlan: Fix lockdep warning with stacked vlan devices.
Vlad Yasevich
1
-1
/
+0
2014-05-16
net: Find the nesting level of a given device by type.
Vlad Yasevich
1
-0
/
+50
2014-05-16
net: gro: make sure skb->cb[] initial content has not to be zero
Eric Dumazet
1
-0
/
+1
2014-05-15
rtnetlink: wait for unregistering devices in rtnl_link_unregister()
Cong Wang
1
-1
/
+1
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+10
2014-05-07
Revert "net: core: introduce netif_skb_dev_features"
Florian Westphal
1
-12
/
+10
2014-05-05
unregister_netdevice : move RTM_DELLINK to until after ndo_uninit
Roopa Prabhu
1
-4
/
+4
2014-04-20
net: Add __dev_forward_skb
Herbert Xu
1
-18
/
+24
2014-04-18
vlan: Fix lockdep warning when vlan dev handle notification
dingtianhong
1
-0
/
+1
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-4
/
+4
2014-04-14
net: Start with correct mac_len in skb_network_protocol
Vlad Yasevich
1
-1
/
+1
2014-04-07
netdev: remove potentially harmful checks
Veaceslav Falico
1
-4
/
+2
2014-04-03
net-gro: reset skb->truesize in napi_reuse_skb()
Eric Dumazet
1
-0
/
+1
2014-04-03
net: add busy_poll device feature
Jiri Pirko
1
-0
/
+7
2014-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-66
/
+87
2014-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-04-01
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2014-03-31
net-gro: restore frag0 optimization
Eric Dumazet
1
-32
/
+64
2014-03-31
net: Allow modules to use is_skb_forwardable
Vlad Yasevich
1
-2
/
+2
[next]