Gitiles Standalone
repos
/
linux-2.6
/
489cf4b4a96e88a6f81f93acdd9418dd0618abd7
/
net
67511ad
netfilter: xt_qtaguid: Allow tracking loopback
by JP Abgrall
· 13 years ago
9282699
Merge branch 'linux-3.4.57' into rel-17
by Deepak Nibade
· 12 years ago
d5c50d2
net_sched: info leak in atm_tc_dump_class()
by Dan Carpenter
· 12 years ago
8e56df2
af_key: more info leaks in pfkey messages
by Dan Carpenter
· 12 years ago
565144e
net_sched: Fix stack info leak in cbq_dump_wrr().
by David S. Miller
· 12 years ago
8d50892
ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup
by Hannes Frederic Sowa
· 12 years ago
d9a6f71
sctp: fully initialize sctp_outq in sctp_outq_init
by Neil Horman
· 12 years ago
f31dfea
sysctl net: Keep tcp_syn_retries inside the boundary
by Michal Tesar
· 12 years ago
cfc9326
mac80211: fix duplicate retransmission detection
by Johannes Berg
· 12 years ago
1053689
nl80211: fix mgmt tx status and testmode reporting for netns
by Michal Kazior
· 12 years ago
4ae71fc
vlan: fix a race in egress prio management
by Eric Dumazet
· 12 years ago
dd5b0b7
9p: fix off by one causing access violations and memory corruption
by Sasha Levin
· 12 years ago
9e17026
ipv6: in case of link failure remove route directly instead of letting it expire
by Hannes Frederic Sowa
· 12 years ago
6641027
ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size
by Hannes Frederic Sowa
· 12 years ago
eeddd91
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data
by Hannes Frederic Sowa
· 12 years ago
589acc5
l2tp: add missing .owner to struct pppox_proto
by Wei Yongjun
· 12 years ago
3ef208a
ipv6,mcast: always hold idev->lock before mca_lock
by Amerigo Wang
· 12 years ago
d710304
x25: Fix broken locking in ioctl error paths.
by Dave Jones
· 12 years ago
b42e9bf
neighbour: fix a race in neigh_destroy()
by Eric Dumazet
· 12 years ago
eb8fb91
af_key: fix info leaks in notify messages
by Mathias Krause
· 12 years ago
b57037f
ipv6: ip6_sk_dst_check() must not assume ipv6 dst
by Eric Dumazet
· 12 years ago
dabed30
ipv6: don't call addrconf_dst_alloc again when enable lo
by Gao feng
· 12 years ago
251d33e
ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.
by Aydin Arik
· 12 years ago
d7c3202
bridge: fix switched interval for MLD Query types
by Linus Lüssing
· 12 years ago
d2ba6ba
net: mhi mhi_dgram Fix warning messages
by Philip Rakity
· 12 years ago
a0d7384
libceph: Fix NULL pointer dereference in auth client code
by Tyler Hicks
· 12 years ago
4fb060f
net: phonet: Fix warning messages while compiling for rel-17
by Philip Rakity
· 12 years ago
1727900
mac80211&nl80211: Fix SCAN_ABORT warning
by Philip Rakity
· 12 years ago
3bcc597
net: mhi: Fix compiler warnings
by Philip Rakity
· 12 years ago
7d2c658
net:nfc Fix Warning
by Philip Rakity
· 12 years ago
630493e
Bluetooth: Fix crash in l2cap_build_cmd() with small MTU
by Anderson Lizardo
· 12 years ago
137b5d8
l2tp: Fix sendmsg() return value
by Guillaume Nault
· 12 years ago
3bf35eb
l2tp: Fix PPP header erasure and memory leak
by Guillaume Nault
· 12 years ago
991e73c
packet: packet_getname_spkt: make sure string is always 0-terminated
by Daniel Borkmann
· 12 years ago
93f7534
net: sctp: fix NULL pointer dereference in socket destruction
by Daniel Borkmann
· 12 years ago
2f4997c
ipv6: assign rt6_info to inet6_ifaddr in init_loopback
by Gao feng
· 12 years ago
c0cc94f
net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg
by Andy Lutomirski
· 12 years ago
3c353df
ip_tunnel: fix kernel panic with icmp_dest_unreach
by Eric Dumazet
· 12 years ago
fa17eb7
tcp: xps: fix reordering issues
by Eric Dumazet
· 12 years ago
2d73733
tcp: bug fix in proportional rate reduction.
by Nandita Dukkipati
· 12 years ago
7718fa7
netlabel: improve domain mapping validation
by Paul Moore
· 12 years ago
32d704a
ipv6: fix possible crashes in ip6_cork_release()
by Eric Dumazet
· 12 years ago
d193887
tcp: fix tcp_md5_hash_skb_data()
by Eric Dumazet
· 12 years ago
7f25965
libceph: wrap auth methods in a mutex
by Sage Weil
· 13 years ago
aa80dd9
libceph: wrap auth ops in wrapper functions
by Sage Weil
· 13 years ago
29c65a2
libceph: add update_authorizer auth method
by Sage Weil
· 13 years ago
aacd9c3
libceph: fix authorizer invalidation
by Sage Weil
· 13 years ago
af53bc4
libceph: clear messenger auth_retry flag when we authenticate
by Sage Weil
· 13 years ago
2147439
Bluetooth: Fix mgmt handling of power on failures
by Johan Hedberg
· 12 years ago
b84a4fc
libceph: must hold mutex for reset_changed_osds()
by Alex Elder
· 12 years ago
a28ab55
mac80211: close AP_VLAN interfaces before unregistering all
by Johannes Berg
· 12 years ago
a98124a
xfrm6: release dev before returning error
by Cong Wang
· 12 years ago
7d9577d
ipv6: do not clear pinet6 field
by Eric Dumazet
· 12 years ago
2cbf196
packet: tpacket_v3: do not trigger bug() on wrong header status
by Daniel Borkmann
· 13 years ago
7157a52
bridge: fix race with topology change timer
by stephen hemminger
· 13 years ago
074d34f
net: vlan,ethtool: netdev_features_t is more than 32 bit
by Bjørn Mork
· 13 years ago
7433ca9
net: use netdev_features_t in skb_needs_linearize()
by Patrick McHardy
· 13 years ago
ddb85c7
net_sched: act_ipt forward compat with xtables
by Jamal Hadi Salim
· 13 years ago
4cd9d96
ipvs: ip_vs_sip_fill_param() BUG: bad check of return value
by Hans Schillstrom
· 13 years ago
131e3af
wireless: regulatory: fix channel disabling race condition
by Johannes Berg
· 13 years ago
1d0dd1d
net: drop dst before queueing fragments
by Eric Dumazet
· 13 years ago
ca4bf7c
net: fix incorrect credentials passing
by Linus Torvalds
· 13 years ago
4087320
net: rate-limit warn-bad-offload splats.
by Ben Greear
· 13 years ago
7575f50
tcp: call tcp_replace_ts_recent() from tcp_ack()
by Eric Dumazet
· 13 years ago
a009d58
net: sctp: sctp_auth_key_put: use kzfree instead of kfree
by Daniel Borkmann
· 13 years ago
d768ca1
esp4: fix error return code in esp_output()
by Wei Yongjun
· 13 years ago
ca6ad5d
tcp: Reallocate headroom if it would overflow csum_start
by Thomas Graf
· 13 years ago
d0d7ee0
tcp: incoming connections might use wrong route under synflood
by Dmitry Popov
· 13 years ago
f29e246
rtnetlink: Call nlmsg_parse() with correct header length
by Michael Riesch
· 13 years ago
1ab6b2a
netfilter: don't reset nf_trace in nf_reset()
by Patrick McHardy
· 13 years ago
ba12001
af_unix: If we don't care about credentials coallesce all messages
by Eric W. Biederman
· 13 years ago
617f13b
net: count hw_addr syncs so that unsync works properly.
by Vlad Yasevich
· 13 years ago
ef95e3d
net IPv6 : Fix broken IPv6 routing table after loopback down-up
by Balakumaran Kannan
· 13 years ago
815b101
cbq: incorrect processing of high limits
by Vasily Averin
· 13 years ago
7b806e7
netrom: fix invalid use of sizeof in nr_recvmsg()
by Wei Yongjun
· 13 years ago
e979f54
tipc: fix info leaks via msg_name in recv_msg/recv_stream
by Mathias Krause
· 13 years ago
1a4dc01
rose: fix info leak via msg_name in rose_recvmsg()
by Mathias Krause
· 13 years ago
1091d7d
NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()
by Mathias Krause
· 13 years ago
cd5e3d9
netrom: fix info leak via msg_name in nr_recvmsg()
by Mathias Krause
· 13 years ago
40aea04
llc: Fix missing msg_namelen update in llc_ui_recvmsg()
by Mathias Krause
· 13 years ago
dbd9957
iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()
by Mathias Krause
· 13 years ago
d3dd629
irda: Fix missing msg_namelen update in irda_recvmsg_dgram()
by Mathias Krause
· 13 years ago
3300687
caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()
by Mathias Krause
· 13 years ago
2d97f68
Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()
by Mathias Krause
· 13 years ago
a776cc3
Bluetooth: fix possible info leak in bt_sock_recvmsg()
by Mathias Krause
· 13 years ago
0373095
ax25: fix info leak via msg_name in ax25_recvmsg()
by Mathias Krause
· 13 years ago
0e242b8
atm: update msg_namelen in vcc_recvmsg()
by Mathias Krause
· 13 years ago
91c1bf8
can: gw: use kmem_cache_free() instead of kfree()
by Wei Yongjun
· 13 years ago
f0180de
net: add a synchronize_net() in netdev_rx_handler_unregister()
by Eric Dumazet
· 13 years ago
567a4ac
ipv6: don't accept node local multicast traffic from the wire
by Hannes Frederic Sowa
· 13 years ago
6a51997
ipv6: fix bad free of addrconf_init_net
by Hong Zhiguo
· 13 years ago
df19106
ipv6: don't accept multicast traffic with scope 0
by Hannes Frederic Sowa
· 13 years ago
fbb7347
unix: fix a race condition in unix_release()
by Paul Moore
· 13 years ago
b9f3bf1
thermal: shorten too long mcast group name
by Masatake YAMATO
· 13 years ago
a834179
8021q: fix a potential use-after-free
by Cong Wang
· 13 years ago
d1f60c6
tcp: undo spurious timeout after SACK reneging
by Yuchung Cheng
· 13 years ago
21b56e0
tcp: preserve ACK clocking in TSO
by Eric Dumazet
· 13 years ago
a897b79
net: remove a WARN_ON() in net_enable_timestamp()
by Eric Dumazet
· 13 years ago
afc3097
net/irda: add missing error path release_sock call
by Kees Cook
· 13 years ago
caef33a
Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state
by Vinicius Costa Gomes
· 13 years ago
Next »