summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-16bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-16netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-16net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-01-16ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao3-23/+31
2014-01-16vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2-2/+19
2014-01-16net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2014-01-16rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2014-01-16ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2014-01-16net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-01-16ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2014-01-16net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-01-16ipv6: fix illegal mac_header comparison on 32bitHannes Frederic Sowa1-1/+1
2014-01-16net: unix: allow set_peek_off to failSasha Levin2-3/+7
2014-01-16inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2-2/+9
2014-01-16net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-01-16ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2014-01-16packet: fix send path when running with proto == 0Daniel Borkmann1-25/+40
2014-01-16br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2014-01-16net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2014-01-16rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2014-01-16IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2014-01-10radiotap: fix bitmap-end-finding buffer overrunJohannes Berg1-0/+4
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman1-3/+0
2013-12-20mac80211: don't attempt to reorder multicast framesJohannes Berg1-1/+2
2013-12-20mac80211: fix scheduled scan rtnl deadlockJohannes Berg2-1/+2
2013-12-20Revert "mac80211: allow disable power save in mesh"Bob Copeland1-2/+1
2013-12-20cfg80211: disable 5/10 MHz support for all driversJohannes Berg1-0/+3
2013-12-12net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2-2/+10
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08sch_tbf: handle too small burstEric Dumazet1-7/+25
2013-12-08gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2-33/+20
2013-12-08gro: Only verify TCP checksums for candidatesHerbert Xu2-0/+10
2013-12-08gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-12-08ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-12-08tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-12-08xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko6-135/+11
2013-12-08ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-12-08ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa9-13/+19