summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-03-22netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt
2015-03-20ipv6: fix backtracking for throw routesSteven Barth
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca
2015-03-20netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet
2015-03-17ip6_tunnel: fix error code when tunnel existsNicolas Dichtel
2015-03-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-03-17netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso
2015-03-16Merge tag 'mac80211-for-davem-2015-03-16' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-03-16mac80211: ignore CSA to same channelJohannes Berg
2015-03-16nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg
2015-03-16mac80211: ask for ECSA IE to be considered for beacon parse CRCJohannes Berg
2015-03-16mac80211: count interfaces correctly for combination checksAndrei Otcheretianski
2015-03-15rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro
2015-03-15caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro
2015-03-14bridge: reset bridge mtu after deleting an interfaceVenkat Venkatsubra
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-13netfilter: Fix potential crash in nft_hash walkerHerbert Xu
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin
2015-03-12netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson
2015-03-12rds: avoid potential stack overflowArnd Bergmann
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-11net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell
2015-03-11tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell
2015-03-10net: Handle unregister properly when netdev namespace change fails.David S. Miller
2015-03-10net: add comment for sock_efree() usageOliver Hartkopp
2015-03-09net_sched: fix struct tc_u_hnode layout in u32WANG Cong
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-09tipc: fix bug in link failover handlingJon Paul Maloy
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-08sunrpc: fix braino in ->poll()Al Viro
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet
2015-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti