summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann2014-01-151-5/+27
* mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau2014-01-151-10/+13
* net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman2014-01-151-1/+2
* bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-01-151-2/+2
* netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-151-2/+9
* net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann2014-01-151-2/+3
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-01-152-2/+19
* net: rose: restore old recvmsg behaviorFlorian Westphal2014-01-151-12/+4
* rds: prevent dereference of a NULL deviceSasha Levin2014-01-151-1/+2
* ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2014-01-151-3/+1
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2014-01-151-0/+16
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2014-01-151-0/+1
* net: unix: allow bind to fail on mutex lockSasha Levin2014-01-151-2/+6
* ipv6: fix illegal mac_header comparison on 32bitHannes Frederic Sowa2014-01-151-1/+1
* net: unix: allow set_peek_off to failSasha Levin2014-01-152-3/+7
* net: drop_monitor: fix the value of maxattrChangli Gao2014-01-151-1/+0
* ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2014-01-151-5/+3
* packet: fix send path when running with proto == 0Daniel Borkmann2014-01-151-25/+40
* rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra2014-01-151-3/+2
* IPv6: Fixed support for blackhole and prohibit routesKamala R2014-01-151-12/+10
* libceph: add function to ensure notifies are completeJosh Durgin2014-01-091-0/+11
* libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter2014-01-091-4/+2
* libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter2014-01-091-0/+2
* libceph: fix error handling in handle_reply()Dan Carpenter2014-01-091-3/+3
* libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng2014-01-091-7/+7
* libceph: fix truncate size calculationYan, Zheng2014-01-091-6/+8
* libceph: fix safe completionYan, Zheng2014-01-091-9/+8
* libceph: add lingering request reference when registeredAlex Elder2014-01-091-7/+5
* radiotap: fix bitmap-end-finding buffer overrunJohannes Berg2014-01-091-0/+4
* Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2013-12-201-3/+0
* ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel2013-12-201-2/+0
* mac80211: don't attempt to reorder multicast framesJohannes Berg2013-12-201-1/+2
* Revert "mac80211: allow disable power save in mesh"Bob Copeland2013-12-201-2/+1
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-111-0/+3
* tcp: gso: fix truesize trackingEric Dumazet2013-12-081-8/+5
* {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-081-0/+7
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2013-12-081-2/+2
* inet: fix possible seqlock deadlocksEric Dumazet2013-12-083-3/+3
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-081-0/+3
* af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico2013-12-081-2/+2
* packet: fix use after free race in send path when dev is releasedDaniel Borkmann2013-12-082-23/+37
* bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong2013-12-081-0/+2
* net: core: Always propagate flag changes to interfacesVlad Yasevich2013-12-081-1/+1
* ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-12-081-2/+6
* tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-12-081-1/+0
* xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-12-081-0/+1
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-12-086-135/+11
* ip6_output: fragment outgoing reassembled skb properlyJiri Pirko2013-12-081-1/+2
* ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa2013-12-081-0/+1
* net: clamp ->msg_namelen instead of returning an errorDan Carpenter2013-12-082-2/+2