summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2015-02-191-2/+3
* libceph: fix double __remove_osd() problemIlya Dryomov2015-02-191-8/+18
* libceph: tcp_nodelay supportChaitanya Huilgol2015-02-192-2/+28
* libceph: use mon_client.c/put_generic_request() moreIlya Dryomov2015-02-191-2/+2
* libceph: nuke pool op infrastructureIlya Dryomov2015-02-193-148/+3Star
* sit: fix some __be16/u16 mismatchesEric Dumazet2015-02-051-4/+4
* net: remove some sparse warningsEric Dumazet2015-02-051-3/+3
* ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca2015-02-051-2/+2
* cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki2015-02-051-3/+4
* pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2015-02-051-2/+8
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-02-051-2/+2
* ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2015-02-043-21/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-036-63/+118
|\
| * netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso2015-01-301-2/+6
| * ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-01-301-11/+22
| * netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso2015-01-261-0/+2
| * netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-195-50/+88
* | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-022-32/+35
* | net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-311-30/+1Star
* | net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-01-311-1/+1
* | netlink: fix wrong subscription bitmask to group mapping inPablo Neira2015-01-311-2/+2
* | ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-301-0/+3
* | caif: remove wrong dev_net_set() callNicolas Dichtel2015-01-291-1/+0Star
* | tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-291-0/+1
* | bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-01-291-1/+5
* | tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-291-0/+8
* | tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-291-22/+9Star
* | tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-291-4/+6
* | tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-291-6/+9
* | tcp: stretch ACK fixes prepNeal Cardwell2015-01-296-9/+13
* | net: don't OOPS on socket aioChristoph Hellwig2015-01-271-3/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-01-271-2/+8
|\ \
| * | xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert2014-12-081-1/+7
| * | xfrm6: Fix transport header offset in _decode_session6.Steffen Klassert2014-12-081-1/+1
* | | ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa2015-01-271-19/+26
* | | ping: Fix race in free in receive pathsubashab@codeaurora.org2015-01-271-1/+4
* | | udp_diag: Fix socket skipping within chainHerbert Xu2015-01-271-1/+3
* | | Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-01-274-20/+26
|\ \ \
| * | | nl80211: fix per-station group key get/del and memory leakJohannes Berg2015-01-231-5/+4Star
| * | | mac80211: properly set CCK flag in radiotapMathy Vanhoef2015-01-231-1/+1
| * | | mac80211: correct header length calculationFred Chou2015-01-231-0/+6
| * | | mac80211: only roll back station states for WDS when suspendingLuciano Coelho2015-01-231-14/+15
* | | | ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-272-5/+7
* | | | net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-01-271-1/+0Star
* | | | net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann2015-01-271-2/+8
* | | | net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann2015-01-271-0/+5
* | | | ipv6: Fix __ip6_route_redirectMartin KaFai Lau2015-01-261-1/+5
* | | | net: dsa: set slave MII bus PHY maskVivien Didelot2015-01-261-0/+1
* | | | net: llc: use correct size for sysctl timeout entriesSasha Levin2015-01-251-4/+4
* | | | ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-01-191-5/+2Star
| |_|/ |/| |