aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-02-04cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2015-02-04pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen1-2/+8
2015-02-04net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich3-21/+44
2015-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-63/+118
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-30/+1
2015-01-30net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_paramSaran Maruti Ramanara1-1/+1
2015-01-30netlink: fix wrong subscription bitmask to group mapping inPablo Neira1-2/+2
2015-01-30netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso1-2/+6
2015-01-30ipvs: rerouting to local clients is not needed anymoreJulian Anastasov1-11/+22
2015-01-29ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei1-0/+3
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell1-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell1-22/+9
2015-01-28tcp: fix stretch ACK bugs in RenoNeal Cardwell1-4/+6
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell1-6/+9
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell6-9/+13
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-26Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-20/+26
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-26netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso1-0/+2
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot1-0/+1
2015-01-25net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-01-23nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-01-23mac80211: properly set CCK flag in radiotapMathy Vanhoef1-1/+1
2015-01-23mac80211: correct header length calculationFred Chou1-0/+6
2015-01-23mac80211: only roll back station states for WDS when suspendingLuciano Coelho1-14/+15
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso5-50/+88
2015-01-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-1/+7
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg3-14/+27
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg1-1/+1
2015-01-16net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn2-13/+5
2015-01-15Merge tag 'mac80211-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-23/+35
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-40/+90