index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-28
vlan: don't deliver frames for unknown vlans to protocols
Florian Zumbiehl
1
-2
/
+5
2012-10-28
net: Fix skb_under_panic oops in neigh_resolve_output
ramesh.nagappa@gmail.com
1
-4
/
+2
2012-10-21
pktgen: fix crash when generating IPv6 packets
Amerigo Wang
1
-1
/
+1
2012-10-13
net: do not disable sg for packets requiring no checksum
Ed Cashin
1
-1
/
+2
2012-10-13
net: guard tcp_set_keepalive() to tcp sockets
Eric Dumazet
1
-1
/
+2
2012-10-13
net: small bug on rxhash calculation
Chema Gonzalez
1
-5
/
+6
2012-10-02
net: Statically initialize init_net.dev_base_head
Rustad, Mark D
2
-2
/
+5
2012-10-02
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-2
/
+14
2012-10-02
net/core: Fix potential memory leak in dev_set_alias()
Alexey Khoroshilov
1
-2
/
+5
2012-10-02
tcp: Apply device TSO segment limit earlier
Ben Hutchings
1
-0
/
+1
2012-10-02
net: Allow driver to limit number of GSO segments per skb
Ben Hutchings
1
-0
/
+4
2012-08-15
net: feed /dev/random with the MAC address when registering a device
Theodore Ts'o
2
-0
/
+4
2012-08-09
net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling
Jiri Benc
1
-1
/
+7
2012-07-16
splice: fix racy pipe->buffers uses
Eric Dumazet
1
-1
/
+2
2012-07-16
net: remove skb_orphan_try()
Eric Dumazet
1
-22
/
+1
2012-07-16
netpoll: fix netpoll_send_udp() bugs
Eric Dumazet
1
-5
/
+6
2012-07-16
net: neighbour: fix neigh_dump_info()
Eric Dumazet
1
-8
/
+6
2012-07-16
drop_monitor: dont sleep in atomic context
Eric Dumazet
1
-69
/
+33
2012-07-16
net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()
Jason Wang
1
-2
/
+5
2012-05-18
pktgen: fix module unload for good
Eric Dumazet
1
-2
/
+2
2012-05-10
pktgen: fix crash at module unload
Eric Dumazet
1
-2
/
+8
2012-05-10
Revert "net: maintain namespace isolation between vlan and real device"
David S. Miller
1
-31
/
+5
2012-05-02
drop_monitor: prevent init path from scheduling on the wrong cpu
Neil Horman
1
-5
/
+7
2012-04-28
drop_monitor: Make updating data->skb smp safe
Neil Horman
1
-16
/
+54
2012-04-28
drop_monitor: fix sleeping in invalid context warning
Neil Horman
1
-7
/
+7
2012-04-21
drop_monitor: allow more events per second
Eric Dumazet
1
-0
/
+1
2012-04-18
netns: do not leak net_generic data on failed init
Julian Anastasov
1
-15
/
+18
2012-04-13
net: In unregister_netdevice_notifier unregister the netdevices.
Eric W. Biederman
1
-0
/
+20
2012-04-11
net: allow pskb_expand_head() to get maximum tailroom
Eric Dumazet
1
-1
/
+3
2012-04-06
net: fix a race in sock_queue_err_skb()
Eric Dumazet
1
-1
/
+3
2012-04-03
bpf jit: Make the filter.c::__load_pointer helper non-static for the jits
Jan Seiffert
1
-3
/
+6
2012-04-03
net: fix /proc/net/dev regression
Eric Dumazet
2
-46
/
+15
2012-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
9
-9
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
9
-9
/
+0
2012-03-28
net/core: dev_forward_skb() should clear skb_iif
Benjamin LaHaise
1
-0
/
+1
2012-03-25
net: add a truesize parameter to skb_add_rx_frag()
Eric Dumazet
1
-2
/
+2
2012-03-21
net: fix napi_reuse_skb() skb reserve
Eric Dumazet
1
-1
/
+2
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
1
-2
/
+2
2012-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
9
-120
/
+222
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-9
/
+7
2012-03-20
net: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-03-12
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-8
/
+10
2012-03-11
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
1
-1
/
+1
2012-03-06
net: Use bool for return value of dev_valid_name().
David S. Miller
1
-6
/
+6
2012-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+10
2012-03-05
net: export netdev_stats_to_stats64
Eric Dumazet
1
-4
/
+5
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
7
-39
/
+77
2012-03-04
rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()
Eric Dumazet
1
-8
/
+10
2012-02-29
rtnetlink: Fix VF IFLA policy
Greg Rose
1
-0
/
+2
[next]