aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-01-15net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman
2014-01-15bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune
2014-01-15netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller
2014-01-15net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann
2014-01-15vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2014-01-15net: rose: restore old recvmsg behaviorFlorian Westphal
2014-01-15rds: prevent dereference of a NULL deviceSasha Levin
2014-01-15ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing
2014-01-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann
2014-01-15ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2014-01-15net: unix: allow bind to fail on mutex lockSasha Levin
2014-01-15ipv6: fix illegal mac_header comparison on 32bitHannes Frederic Sowa
2014-01-15net: unix: allow set_peek_off to failSasha Levin
2014-01-15net: drop_monitor: fix the value of maxattrChangli Gao
2014-01-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa
2014-01-15packet: fix send path when running with proto == 0Daniel Borkmann
2014-01-15rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra
2014-01-15IPv6: Fixed support for blackhole and prohibit routesKamala R
2014-01-09libceph: add function to ensure notifies are completeJosh Durgin
2014-01-09libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter
2014-01-09libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter
2014-01-09libceph: fix error handling in handle_reply()Dan Carpenter
2014-01-09libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng
2014-01-09libceph: fix truncate size calculationYan, Zheng
2014-01-09libceph: fix safe completionYan, Zheng
2014-01-09libceph: add lingering request reference when registeredAlex Elder
2014-01-09radiotap: fix bitmap-end-finding buffer overrunJohannes Berg
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman
2013-12-20ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel
2013-12-20mac80211: don't attempt to reorder multicast framesJohannes Berg
2013-12-20Revert "mac80211: allow disable power save in mesh"Bob Copeland
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08tcp: gso: fix truesize trackingEric Dumazet
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov
2013-12-08tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin
2013-12-08xfrm: Release dst if this dst is improper for vti tunnelfan.du
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-12-08ip6_output: fragment outgoing reassembled skb properlyJiri Pirko
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-12-08net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa