Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a509d228b690b2850fa70bef8de042d42ffe5acd
/
net
/
core
« Previous
17eea0d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bad43ca
net: introduce skb_try_coalesce()
by Eric Dumazet
· 12 years ago
4adb9c4
net: napi_frags_skb() is static
by Eric Dumazet
· 12 years ago
d4b1133
pktgen: fix module unload for good
by Eric Dumazet
· 12 years ago
6f53261
net: introduce netdev_alloc_frag()
by Eric Dumazet
· 12 years ago
cad456d
drop_monitor: convert to modular building
by Neil Horman
· 12 years ago
a1c7fff
net: netdev_alloc_skb() use build_skb()
by Eric Dumazet
· 12 years ago
e005d19
net: core: Use pr_<level>
by Joe Perches
· 12 years ago
f342cda
pktgen: Use pr_debug
by Joe Perches
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1b23a5d
net: sock_flag() cleanup
by Eric Dumazet
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
c57b546
pktgen: fix crash at module unload
by Eric Dumazet
· 13 years ago
59b9997
Revert "net: maintain namespace isolation between vlan and real device"
by David S. Miller
· 12 years ago
41c3cb6
ethtool: Extend the ethtool API to obtain plugin module eeprom data
by Stuart Hodgson
· 13 years ago
081d094
ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors
by Ben Hutchings
· 13 years ago
6d8ebc8
net: export sysctl_[r|w]mem_max symbols needed by ip_vs_sync
by Hans Schillstrom
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ec47ea8
skb: Add inline helper for getting the skb end offset from head
by Alexander Duyck
· 13 years ago
3e24591
skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_head
by Alexander Duyck
· 13 years ago
9202e31
skb: Drop bad code from pskb_expand_head
by Alexander Duyck
· 13 years ago
898bfc1
Merge tag 'v3.4-rc5' into next
by James Morris
· 13 years ago
3a7c1ee4
skb: Add skb_head_is_locked helper function
by Alexander Duyck
· 13 years ago
715dc1f
net: Fix truesize accounting in skb_gro_receive()
by Eric Dumazet
· 13 years ago
76b6db0
userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
by Eric W. Biederman
· 13 years ago
8c1ae10
net: Add missing linux/prefetch.h include to net/core/sock.c
by David S. Miller
· 13 years ago
2996d31
net: Stop decapitating clones that have a head_frag
by Alexander Duyck
· 13 years ago
4fdcfa1
drop_monitor: prevent init path from scheduling on the wrong cpu
by Neil Horman
· 13 years ago
e4cbb02
net: add a prefetch in socket backlog processing
by Eric Dumazet
· 13 years ago
1d0c0b3
net: makes skb_splice_bits() aware of skb->head_frag
by Eric Dumazet
· 13 years ago
d7e8883
net: make GRO aware of skb->head_frag
by Eric Dumazet
· 13 years ago
d3836f2
net: allow skb->head to be a page fragment
by Eric Dumazet
· 13 years ago
cb75a36
net: Fixed a coding style issue related to spaces.
by Jeffrin Jose
· 13 years ago
3885ca7
drop_monitor: Make updating data->skb smp safe
by Neil Horman
· 13 years ago
cde2e9a
drop_monitor: fix sleeping in invalid context warning
by Neil Horman
· 13 years ago
8298193
net: cleanups in sock_setsockopt()
by Eric Dumazet
· 13 years ago
8dcf01f
net: sock_diag_handler structs can be const
by Shan Wei
· 13 years ago
d7ccf7c
net: make spd_fill_page() linear argument a bool
by Eric Dumazet
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a108d5f
net: Use bool and remove inline in skb_splice_bits() code.
by David S. Miller
· 13 years ago
41c73a0
net: speedup skb_splice_bits()
by Eric Dumazet
· 13 years ago
f545a38
net: add a limit parameter to sk_add_backlog()
by Eric Dumazet
· 13 years ago
e66e9a3
net: allow better page reuse in splice(sock -> pipe)
by Eric Dumazet
· 13 years ago
bbe362b
drop_monitor: allow more events per second
by Eric Dumazet
· 13 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
8f40a1f
net neighbour: Convert to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
45bad91
net core: Remove unneded creation of an empty net/core sysctl directory
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
4344475
net: Kill register_sysctl_rotable
by Eric W. Biederman
· 13 years ago
daa8654
net: gro: GRO_MERGED_FREE consumes packets
by Eric Dumazet
· 13 years ago
85bb2a6
net: dont drop packet but consume it
by Eric Dumazet
· 13 years ago
7426a56
net: fix compile error of leaking kmemleak.h header
by Shan Wei
· 13 years ago
798ec84
net/core:Remove memleak reports by kmemleak_not_leak.
by majianpeng
· 13 years ago
b922934
netns: do not leak net_generic data on failed init
by Julian Anastasov
· 13 years ago
3ff661c
net: rtnetlink notify events for FDB NTF_SELF adds and deletes
by John Fastabend
· 13 years ago
d83b060
net: add fdb generic dump routine
by John Fastabend
· 13 years ago
12a9463
net: addr_list: add exclusive dev_uc_add and dev_mc_add
by John Fastabend
· 13 years ago
7716202
net: add generic PF_BRIDGE:RTM_ FDB hooks
by John Fastabend
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
46b325c
sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
by Will Drewry
· 13 years ago
dcd2ba9
neighbour: Make neigh_table_init_no_netlink() static.
by Hiroaki SHIMODA
· 13 years ago
efacb30
rtnetlink & bonding: change args got get_tx_queues
by stephen hemminger
· 13 years ago
e65ac4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
7d3d43d
net: In unregister_netdevice_notifier unregister the netdevices.
by Eric W. Biederman
· 13 years ago
011e3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
46ba5b2
net: Fixed coding style issues relating to braces.
by Jeffrin Jose
· 13 years ago
e1e420c
net/core: simple_strtoul cleanup
by Shuah Khan
· 13 years ago
87151b8
net: allow pskb_expand_head() to get maximum tailroom
by Eric Dumazet
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1d62e43
cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg
by Glauber Costa
· 13 years ago
110c433
net: fix a race in sock_queue_err_skb()
by Eric Dumazet
· 13 years ago
51c56b0
net: remove k{un}map_skb_frag()
by Eric Dumazet
· 13 years ago
02eacbd
ethtool: Add a common function for drivers with transmit time stamping.
by Richard Cochran
· 13 years ago
c8f3a8c
ethtool: Introduce a method for getting time stamping capabilities.
by Richard Cochran
· 13 years ago
ffe06c1
filter: add XOR operation
by Jiri Pirko
· 13 years ago
302d663
filter: Allow to create sk-unattached filters
by Jiri Pirko
· 13 years ago
f03fb3f
bpf jit: Make the filter.c::__load_pointer helper non-static for the jits
by Jan Seiffert
· 13 years ago
2def16a
net: fix /proc/net/dev regression
by Eric Dumazet
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
edbc0bb
net: Report dev->promiscuity in netlink reports.
by Ben Greear
· 13 years ago
14ad664
gen_stats: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
0e3cea7
fib_rules: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
a657434
rtnetlink: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
9a6308d
neighbour: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
4baf6e3
cgroup: convert all non-memcg controllers to the new cftype interface
by Tejun Heo
· 13 years ago
676f7c8
cgroup: relocate cftype and cgroup_subsys definitions in controllers
by Tejun Heo
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
3b9785c
net/core: dev_forward_skb() should clear skb_iif
by Benjamin LaHaise
· 13 years ago
50269e1
net: add a truesize parameter to skb_add_rx_frag()
by Eric Dumazet
· 13 years ago
2a2a459
net: fix napi_reuse_skb() skb reserve
by Eric Dumazet
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
0352bc5
net: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
35239e2
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
43db362
net: get rid of some pointless casts to sockaddr
by Maciej Żenczykowski
· 13 years ago
Next »