Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
98d74e08b1194acea2626da22376a2aacabcf67e
/
net
/
core
c46f233
[SG] Get rid of __sg_mark_end()
by Jens Axboe
· 17 years ago
3b582cc
[NET]: docbook fixes for netif_ functions
by Stephen Hemminger
· 17 years ago
d57a921
[NET]: Hide the net_ns kmem cache
by Pavel Emelyanov
· 17 years ago
1a2ee93
[NET]: Mark the setup_net as __net_init
by Pavel Emelyanov
· 17 years ago
6a1a3b9
[NET]: Hide the dead code in the net_namespace.c
by Pavel Emelyanov
· 17 years ago
1dba323
[NETNS]: Make the init/exit hooks checks outside the loop
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
154adbc
[NET]: Remove bogus zero_it argument from sk_alloc
by Pavel Emelyanov
· 17 years ago
8fd1d17
[NET]: Make the sk_clone() lighter
by Pavel Emelyanov
· 17 years ago
2e4afe7
[NET]: Move some core sock setup into sk_prot_alloc
by Pavel Emelyanov
· 17 years ago
3f0666e
[NET]: Auto-zero the allocated sock object
by Pavel Emelyanov
· 17 years ago
c308c1b
[NET]: Cleanup the allocation/freeing of the sock object
by Pavel Emelyanov
· 17 years ago
1e2e6b8
[NET]: Move the get_net() from sock_copy()
by Pavel Emelyanov
· 17 years ago
f1a6c4d
[NET]: Move the sock_copy() from the header
by Pavel Emelyanov
· 17 years ago
51c739d
[NET]: Fix incorrect sg_mark_end() calls.
by David S. Miller
· 17 years ago
310928d
[NETNS]: fix net released by rcu callback
by Daniel Lezcano
· 17 years ago
93ee31f
[NET]: Fix free_netdev on register_netdev failure.
by Daniel Lezcano
· 17 years ago
0a7606c
[NET]: Fix race between poll_napi() and net_rx_action()
by David S. Miller
· 17 years ago
ceaa79c
[NETNS]: Fix get_net_ns_by_pid
by Eric W. Biederman
· 17 years ago
2b008b0
[NET]: Marking struct pernet_operations __net_initdata was inappropriate
by Eric W. Biederman
· 17 years ago
bbbb1a8
[NET]: Unexport sock_enable_timestamp().
by Adrian Bunk
· 17 years ago
c8d90dc
[NET] dev_change_name: ignore changes to same name
by Stephen Hemminger
· 17 years ago
a057ae3
[NET_CLS_ACT]: Use skb_act_clone
by Jamal Hadi Salim
· 17 years ago
06dbbfe
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
f0fe91d
[NET]: Use BUILD_BUG_ON in net/core/flowi.c
by Pavel Emelyanov
· 17 years ago
342709e
[NET]: Remove in-code externs for some functions from net/core/dev.c
by Pavel Emelyanov
· 17 years ago
a37ae40
[NET]: Don't declare extern variables in net/core/sysctl_net_core.c
by Pavel Emelyanov
· 17 years ago
bada339
[NET]: Validate device addr prior to interface-up
by Jeff Garzik
· 17 years ago
f09cc91
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
fa05f12
Update net/ to use sg helpers
by Jens Axboe
· 17 years ago
668f895
[NET]: Hide the queue_mapping field inside netif_subqueue_stopped
by Pavel Emelyanov
· 17 years ago
dfa4091
[NET]: Use the skb_set_queue_mapping where appropriate
by Pavel Emelyanov
· 17 years ago
bfb85c9
[ATM]: Fix clip module reload crash.
by Randy Dunlap
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
804b908
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
1977f03
remove asm/bitops.h includes
by Jiri Slaby
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
cf7b708
Make access to task's nsproxy lighter
by Pavel Emelyanov
· 17 years ago
9b013e0
[NET]: Fix bug in sk_filter race cures.
by Olof Johansson
· 17 years ago
a577936
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
d12af67
sysctl: fix neighbour table sysctls.
by Eric W. Biederman
· 17 years ago
1399637
[IPSEC]: Rename mode to outer_mode and add inner_mode
by Herbert Xu
· 17 years ago
47e958e
[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()
by Pavel Emelyanov
· 17 years ago
d3904b7
[NET]: Cleanup the error path in sk_attach_filter
by Pavel Emelyanov
· 17 years ago
309dd5f
[NET]: Move the filter releasing into a separate call
by Pavel Emelyanov
· 17 years ago
55b3332
[NET]: Introduce the sk_detach_filter() call
by Pavel Emelyanov
· 17 years ago
4ae2894
[NEIGH]: Ensure that pneigh_lookup is protected with RTNL
by Pavel Emelyanov
· 17 years ago
a030847
[NET]: Avoid copying TCP packets unnecessarily
by Herbert Xu
· 17 years ago
172a863
[NET]: Fix csum_start update in pskb_expand_head
by Herbert Xu
· 17 years ago
f697c3e
[NET]: Avoid unnecessary cloning for ingress filtering
by Herbert Xu
· 17 years ago
e0053ec
[SKBUFF]: Add skb_morph
by Herbert Xu
· 17 years ago
dec1881
[SKBUFF]: Merge common code between copy_skb_header and skb_clone
by Herbert Xu
· 17 years ago
c4ea43c
net core: fix kernel-doc for new function parameters
by Randy Dunlap
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
cd40b7d
[NET]: make netlink user -> kernel interface synchronious
by Denis V. Lunev
· 17 years ago
1536cc0
[NET]: rtnl_unlock cleanups
by Denis V. Lunev
· 17 years ago
9b77265
[NET]: Remove double dev->flags checking when calling dev_close()
by Pavel Emelyanov
· 17 years ago
32f0c4c
[NETNS]: Don't memset() netns to zero manually
by Pavel Emelyanov
· 17 years ago
4665079
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
by Pavel Emelyanov
· 17 years ago
14e3e07
[NET]: split dev_ifsioc() according to locking
by Jeff Garzik
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
f4618d3
[NETNS]: Simplify the network namespace list locking rules.
by Eric W. Biederman
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
9dd776b
[NET]: Add network namespace clone & unshare support.
by Eric W. Biederman
· 17 years ago
8b41d18
[NET]: Fix running without sysfs
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
768f3591
[NETNS]: Cleanup list walking in setup_net and cleanup_net
by Pavel Emelyanov
· 17 years ago
5288605
[SKBUFF]: Fix up csum_start when head room changes
by Herbert Xu
· 17 years ago
0cfad07
[NETLINK]: Avoid pointer in netlink_run_queue
by Herbert Xu
· 17 years ago
76c72d4
[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
by Denis V. Lunev
· 17 years ago
056925a
[NET]: Cleanup calling netdev notifiers.
by Pavel Emelyanov
· 17 years ago
30d97d3
[NETNS]: Consolidate hashes creation in netdev_init()
by Pavel Emelyanov
· 17 years ago
ad7379d
[NET]: Fix the prototype of call_netdevice_notifiers.
by Eric W. Biederman
· 17 years ago
22dd749
[NET]: migrate HARD_TX_LOCK to header file
by Jamal Hadi Salim
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
077130c
[NET]: Fix race when opening a proc file while a network namespace is exiting.
by Eric W. Biederman
· 17 years ago
9d5010d
[NET]: Add a might_sleep() to dev_close().
by David S. Miller
· 17 years ago
86bba26
[PATCH] NET : convert IP route cache garbage collection from softirq processing to a workqueue
by Eric Dumazet
· 17 years ago
678aa8e
[NET]: #if 0 out net_alloc() for now.
by David S. Miller
· 17 years ago
d8a5ec6
[NET]: netlink support for moving devices between network namespaces.
by Eric W. Biederman
· 17 years ago
ce286d3
[NET]: Implement network device movement between namespaces
by Eric W. Biederman
· 17 years ago
b267b17
[NET]: Factor out __dev_alloc_name from dev_alloc_name
by Eric W. Biederman
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
6d34b1c
[NET]: Initialize the network namespace of network devices.
by Eric W. Biederman
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
5f256be
[NET]: Basic network namespace infrastructure.
by Eric W. Biederman
· 17 years ago
d2e9117
[NET]: Change type of owner in sock_lock_t to int, rename
by John Heffner
· 17 years ago
b163911
[PKTGEN]: Remove softirq scheduling.
by Robert Olsson
· 17 years ago
45b270f
[PKTGEN]: Multiqueue support.
by Robert Olsson
· 17 years ago
13c99b2
[ETHTOOL]: Internal cleanup of ethtool_value-related handlers
by Jeff Garzik
· 17 years ago
339bf02
[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS
by Jeff Garzik
· 17 years ago
ff03d49
[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count
by Jeff Garzik
· 17 years ago
Next »