Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fc63de829bbfa3945ffd6327bd3dc88f4e643642
/
net
/
packet
1f18b71
net: Fix header size check for GSO case in recvmsg (af_packet)
by Mariusz Kozlowski
· 14 years ago
6728664
net: packet: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
2244d07
net: simplify flags for tx timestamping
by Oliver Hartkopp
· 14 years ago
614f60f
packet_mmap: expose hw packet timestamps to network packet capture utilities
by Scott McMillan
· 14 years ago
87eb367
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1c4f019
packet : remove init_net restriction
by Daniel Lezcano
· 15 years ago
ed85b56
packet: support for TX time stamps on RAW sockets
by Richard Cochran
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
a748ee2
net: move address list functions to a separate file
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1162563
af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del]
by Jiri Pirko
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
914c8ad
af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add()
by Jiri Pirko
· 15 years ago
a898def
net: Add checking to rcu_dereference() primitives
by Paul E. McKenney
· 15 years ago
808f511
packet: convert socket list to RCU (v3)
by stephen hemminger
· 15 years ago
b7ceabd
net: packet: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
889b8f9
packet: Kill CONFIG_PACKET_MMAP.
by David S. Miller
· 15 years ago
bfd5f4a
packet: Add GSO/csum offload support.
by Sridhar Samudrala
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
eb70df1
af_packet: Don't use skb after dev_queue_xmit()
by Jarek Poplawski
· 15 years ago
1a35ca8
packet: dont call sleeping functions while holding rcu_read_lock()
by Eric Dumazet
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
13cfa97
net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard
by Cyrill Gorcunov
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
654d1f8
packet: less dev_put() calls
by Eric Dumazet
· 15 years ago
0519d83
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
b5dd884
net: Fix 'Re: PACKET_TX_RING: packet size is too long'
by Gabor Gombas
· 15 years ago
05423b2
vlan: allow null VLAN ID to be used
by Eric Dumazet
· 15 years ago
ad959e7
af_packet: mc_drop/flush_mclist changes
by Eric Dumazet
· 15 years ago
94b0595
af_packet: Avoid cache line dirtying
by Eric Dumazet
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
d5e63bd
Revert "af_packet: add interframe drop cmsg (v6)"
by David S. Miller
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
2d37a18
Use sk_mark for routing lookup in more places
by Eric Dumazet
· 15 years ago
9777500
af_packet: add interframe drop cmsg (v6)
by Neil Horman
· 15 years ago
817b33d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
40d4e3d
af_packet: style cleanups
by Eric Dumazet
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
ccffad25
net: convert unicast addr list
by Jiri Pirko
· 15 years ago
d95ed92
af_packet: Teach to listen for multiple unicast addresses.
by Eric W. Biederman
· 15 years ago
69e3c75
net: TX_RING and packet mmap
by Johann Baudy
· 15 years ago
719bfea
packet: avoid warnings when high-order page allocation fails
by Eric Dumazet
· 16 years ago
ead2ceb
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs
by Neil Horman
· 16 years ago
acb5d75
packet: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
f9e6934
net: packet socket packet_lookup_frame fix
by Sebastiano Di Paola
· 16 years ago
905db44
packet: Avoid lock_sock in mmap handler
by Herbert Xu
· 16 years ago
920de80
net: Make sure BHs are disabled in sock_prot_inuse_add()
by Eric Dumazet
· 16 years ago
3680453
net: af_packet should update its inuse counter
by Eric Dumazet
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
8913336a
packet: add PACKET_RESERVE sockopt
by Patrick McHardy
· 16 years ago
393e52e
packet: deliver VLAN TCI to userspace
by Patrick McHardy
· 16 years ago
bbd6ef8
packet: support extensible, 64 bit clean mmaped ring structure
by Patrick McHardy
· 16 years ago
2aeb0b8
af_packet: Check return of dev_set_promiscuity/allmulti
by Wang Chen
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
2a706ec
[AF_PACKET]: Remove unused variable.
by Jiri Olsa
· 17 years ago
40ccbf5
[PACKET]: Fix sparse warnings in af_packet.c
by Eric Dumazet
· 17 years ago
1bf4095
[PACKET]: Fix /proc/net/packet crash due to bogus private pointer
by Herbert Xu
· 17 years ago
2aaef4e
[NETNS]: separate af_packet netns data
by Denis V. Lunev
· 17 years ago
e372c41
[NET]: Consolidate net namespace related proc files creation.
by Denis V. Lunev
· 17 years ago
d12d01d
[NET]: Make AF_PACKET handle multiple network namespaces
by Denis V. Lunev
· 17 years ago
be85d4a
[AF_PACKET]: Fix minor code duplication
by Urs Thuermann
· 17 years ago
8032b46
[AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded
by Peter P Waskiewicz Jr
· 17 years ago
17ab56a
[PACKET]: Use existing sock refcnt debugging infrastructure
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
be702d5
[PACKET]: Kill unused pg_vec_endpage() function
by Patrick McHardy
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
b95cce3
[NET]: Wrap hard_header_parse
by Stephen Hemminger
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
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
50f1778
[AF_PACKET]: Don't enable global timestamps.
by Stephen Hemminger
· 17 years ago
db0c58f
[NET] PACKET: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
be02097
[AF_PACKET]: Kill CONFIG_PACKET_SOCKET.
by David S. Miller
· 17 years ago
a2efcfa
[AF_PACKET]: Kill bogus CONFIG_PACKET_MULTICAST
by David S. Miller
· 17 years ago
80feaac
[AF_PACKET]: Add option to return orig_dev to userspace.
by Peter P. Waskiewicz Jr
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
bbe735e
[SK_BUFF]: Introduce skb_network_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
ad93065
[AF_PACKET]: Remove unnecessary casts.
by Jason Lunz
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
1ce4f28
[NET] PACKET: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
Next »