summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-15net_sched: copy exts->type in tcf_exts_change()WANG Cong1-0/+1
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich1-3/+16
2014-10-15ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel1-2/+2
2014-10-15ipv6: remove rt6i_genidHannes Frederic Sowa4-5/+29
2014-10-15gro: fix aggregation for skb using frag_listEric Dumazet1-0/+3
2014-10-15ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert1-3/+8
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-8/+24
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert3-6/+22
2014-10-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich1-1/+1
2014-10-15bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2-4/+13
2014-10-15net: filter: fix possible use after freeEric Dumazet1-0/+1
2014-10-15ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-10-15l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-10-15ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca3-10/+31
2014-10-15net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-10-15openvswitch: fix panic with multiple vlan headersJiri Benc1-0/+5
2014-10-15net: ipv6: fib: don't sleep inside atomic lockBenjamin Block1-1/+1
2014-10-15packet: handle too big packets for PACKET_V3Eric Dumazet2-0/+18
2014-10-15tipc: fix message importance range checkErik Hugne2-2/+5
2014-10-15tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell3-4/+6
2014-10-15sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2-8/+11
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich4-55/+55
2014-10-15rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-10-15netlink: reset network header before passing to tapsDaniel Borkmann1-1/+1
2014-10-06netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso1-0/+3
2014-10-06ipvs: fix ipv6 hook registration for local repliesJulian Anastasov1-1/+1
2014-10-06netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann1-1/+1
2014-10-06ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell1-1/+1
2014-10-06netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet1-15/+16
2014-10-06nl80211: clear skb cb before passing to netlinkJohannes Berg1-0/+6
2014-10-06Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg1-2/+1
2014-09-17libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-09-17libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-09-17libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-09-17libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-09-17Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman1-2/+5
2014-09-17Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg1-1/+1
2014-09-17Bluetooth: never linger on process exitVladimir Davydov3-4/+8
2014-09-17Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg1-9/+8
2014-09-17Bluetooth: Fix merge of advertising data and scan response dataMarcel Holtmann1-2/+2
2014-09-06svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever3-1/+4
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-08-14batman-adv: Fix out-of-order fragmentation supportSven Eckelmann1-3/+7
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8