Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b97215fd938f6bc2469acd82de8e6e36adcbea7c
/
net
/
core
3d861f6
net: fix secpath kmemleak
by Eric Dumazet
· 12 years ago
93ac0ef
net: add doc for in4_pton()
by Amerigo Wang
· 12 years ago
28194fc
net: add doc for in6_pton()
by Amerigo Wang
· 12 years ago
c468fb1
pktgen: replace scan_ip6() with in6_pton()
by Amerigo Wang
· 12 years ago
4c139b8
pktgen: enable automatic IPv6 address setting
by Amerigo Wang
· 12 years ago
0373a94
pktgen: display IPv4 address in human-readable format
by Amerigo Wang
· 12 years ago
68bf9f0
pktgen: set different default min_pkt_size for different protocols
by Amerigo Wang
· 12 years ago
5aa8b57
pktgen: fix crash when generating IPv6 packets
by Amerigo Wang
· 12 years ago
48cc32d3
vlan: don't deliver frames for unknown vlans to protocols
by Florian Zumbiehl
· 12 years ago
2e71a6f
net: gro: selective flush of packets
by Eric Dumazet
· 12 years ago
ca07e43
net: gro: fix a potential crash in skb_gro_reset_offset
by Eric Dumazet
· 12 years ago
e1f1650
net: Fix skb_under_panic oops in neigh_resolve_output
by ramesh.nagappa@gmail.com
· 12 years ago
acb600d
net: remove skb recycling
by Eric Dumazet
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
c0e8a13
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
edc7d57
netlink: add attributes to fdb interface
by stephen hemminger
· 12 years ago
c9e6bc6
net: add gro_cells infrastructure
by Eric Dumazet
· 12 years ago
f4b549a
use skb_end_offset() in skb_try_coalesce()
by Weiping Pan
· 12 years ago
06d2fe1
Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
69b08f6
net: use bigger pages in __netdev_alloc_frag
by Eric Dumazet
· 12 years ago
e2bcabe
net: remove sk_init() helper
by Eric Dumazet
· 12 years ago
cb0942b
make get_file() return its argument
by Al Viro
· 12 years ago
c3c073f
new helper: iterate_fd()
by Al Viro
· 12 years ago
3e10986
net: guard tcp_set_keepalive() to tcp sockets
by Eric Dumazet
· 12 years ago
9e49e88
filter: add XOR instruction for use with X/K
by Daniel Borkmann
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
c0d680e
net: do not disable sg for packets requiring no checksum
by Ed Cashin
· 12 years ago
8ea853f
net/core: fix comment in skb_try_coalesce
by Li RongQing
· 12 years ago
8c4c49d
netpoll: call ->ndo_select_queue() in tx path
by Amerigo Wang
· 12 years ago
6b6e272
netdev: make address const in device address management
by stephen hemminger
· 12 years ago
2c60db0
net: provide a default dev->ethtool_ops
by Eric Dumazet
· 12 years ago
828de4f
net: dev: fix incorrect getting net device's name
by Gao feng
· 12 years ago
b40863c
net: more accurate network taps in transmit path
by Eric Dumazet
· 12 years ago
0e698bf
net: fix memory leak on oom with zerocopy
by Michael S. Tsirkin
· 12 years ago
e1760bd
userns: Convert the audit loginuid to be a kuid
by Eric W. Biederman
· 12 years ago
666f355
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
by Joe Perches
· 12 years ago
c2c5a70
netdev_printk/netif_printk: Remove a superfluous logging colon
by Joe Perches
· 12 years ago
b004ff4
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
by Joe Perches
· 12 years ago
b48b63a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
8a8e04d
cgroup: Assign subsystem IDs during compile time
by Daniel Wagner
· 12 years ago
51e4e7f
cgroup: net_prio: Do not define task_netpioidx() when not selected
by Daniel Wagner
· 12 years ago
8fb974c
cgroup: net_cls: Do not define task_cls_classid() when not selected
by Daniel Wagner
· 12 years ago
6af773e
pktgen: fix crash with vlan and packet size less than 46
by Nishank Trivedi
· 12 years ago
f05ba7f
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
by Srivatsa S. Bhat
· 12 years ago
d530d6d
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
by Srivatsa S. Bhat
· 12 years ago
1c463e5
net: fix net/core/sock.c build error
by Randy Dunlap
· 12 years ago
b6069a9
filter: add MOD operation
by Eric Dumazet
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
9f00d97
netlink: hide struct module parameter in netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
9785e10
netlink: kill netlink_set_nonroot
by Pablo Neira Ayuso
· 12 years ago
6862234
net: small bug on rxhash calculation
by Chema Gonzalez
· 12 years ago
dbe9a41
scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.
by Eric W. Biederman
· 12 years ago
c6c1396
net: add unknown state to sysfs NIC duplex export
by Nikolay Aleksandrov
· 12 years ago
e812347
net: sock_edemux() should take care of timewait sockets
by Eric Dumazet
· 12 years ago
ace1fe1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 12 years ago
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
d1a53df
net: fix documentation of skb_needs_linearize().
by Rami Rosen
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ee13040
netpoll: provide an IP ident in UDP frames
by Eric Dumazet
· 12 years ago
6549dd4
net: dev: fix the incorrect hold of net namespace's lo device
by Gao feng
· 12 years ago
58a317f
netfilter: ipv6: add IPv6 NAT support
by Patrick McHardy
· 12 years ago
2cf545e
net: core: add function for incremental IPv6 pseudo header checksum updates
by Patrick McHardy
· 12 years ago
072a9c4
netpoll: revert 6bdb7fe3104 and fix be_poll() instead
by Amerigo Wang
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
8f4cccb
net: Set device operstate at registration time
by Ben Hutchings
· 12 years ago
3afa6d0
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
by Neil Horman
· 12 years ago
748e2d9
net: reinstate rtnl in call_netdevice_notifiers()
by Eric Dumazet
· 12 years ago
0115e8e
net: remove delay at device dismantle
by Eric Dumazet
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e7c2f96
workqueue: use mod_delayed_work() instead of __cancel + queue
by Tejun Heo
· 12 years ago
203b42f
workqueue: make deferrable delayed_work initializer names consistent
by Tejun Heo
· 12 years ago
3de7a37
net/core/dev.c: fix kernel-doc warning
by Randy Dunlap
· 12 years ago
c0de08d
af_packet: don't emit packet on orig fanout group
by Eric Leblond
· 12 years ago
476ad15
net: netprio: fix cgrp create and write priomap race
by John Fastabend
· 12 years ago
48a87cc
net: netprio: fd passed in SCM_RIGHTS datagram not set correctly
by John Fastabend
· 12 years ago
f796c20
net: netprio: fix files lock and remove useless d_path bits
by John Fastabend
· 12 years ago
976d0201
userns: Convert sock_i_uid to return a kuid_t
by Eric W. Biederman
· 12 years ago
d04a48b
userns: Convert __dev_set_promiscuity to use kuids in audit logs
by Eric W. Biederman
· 12 years ago
b2e4f54
userns: Convert net/core/scm.c to use kuids and kgids
by Eric W. Biederman
· 12 years ago
6bdb7fe
netpoll: re-enable irq in poll_napi()
by Amerigo Wang
· 12 years ago
689971b
netpoll: handle vlan tags in netpoll tx and rx path
by Amerigo Wang
· 12 years ago
2899656
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
by Amerigo Wang
· 12 years ago
57c5d46
netpoll: take rcu_read_lock_bh() in netpoll_rx()
by Amerigo Wang
· 12 years ago
38e6bc1
netpoll: make __netpoll_cleanup non-block
by Amerigo Wang
· 12 years ago
47be03a2
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
by Amerigo Wang
· 12 years ago
b7bc2a5
net: remove netdev_bonding_change()
by Amerigo Wang
· 12 years ago
ee89bab
net: move and rename netif_notify_peers()
by Amerigo Wang
· 12 years ago
41f63c5
workqueue: use mod_delayed_work() instead of cancel + queue
by Tejun Heo
· 12 years ago
aa79e66
net: Make ifindex generation per-net namespace
by Pavel Emelyanov
· 12 years ago
9c7dafb
net: Allow to create links with given ifindex
by Pavel Emelyanov
· 12 years ago
a399a80
time: jiffies_delta_to_clock_t() helper to the rescue
by Eric Dumazet
· 12 years ago
7364e44
net/core: Fix potential memory leak in dev_set_alias()
by Alexey Khoroshilov
· 12 years ago
a37e6e3
net: force dst_default_metrics to const section
by Eric Dumazet
· 12 years ago
1485348
tcp: Apply device TSO segment limit earlier
by Ben Hutchings
· 12 years ago
Next »