aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-5/+12
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg3-5/+12
2015-03-31tipc: fix a slab object leakYing Xue1-1/+1
2015-03-31af_iucv: fix AF_IUCV sendmsg() errnoEugene Crosser1-3/+1
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf1-3/+1
2015-03-29net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev1-0/+11
2015-03-29netns: don't clear nsid too early on removalNicolas Dichtel1-9/+15
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2-2/+2
2015-03-25ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-03-24net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong1-2/+2
2015-03-23tcp: prevent fetching dst twice in early demux codeMichal Kubeček2-2/+2
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-13/+51
2015-03-22netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso1-0/+6
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro1-0/+4
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviourCatalin Marinas1-0/+7
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-20ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragmentSabrina Dubroca1-5/+3
2015-03-20netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso1-2/+2
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-86/+189
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso4-10/+34
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann1-8/+28
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet1-0/+1
2015-03-17ip6_tunnel: fix error code when tunnel existsNicolas Dichtel1-16/+17
2015-03-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+20
2015-03-17netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso1-1/+4
2015-03-16Merge tag 'mac80211-for-davem-2015-03-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller5-8/+47
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-8/+9
2015-03-16mac80211: ignore CSA to same channelJohannes Berg2-0/+14
2015-03-16nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg1-0/+10
2015-03-16mac80211: ask for ECSA IE to be considered for beacon parse CRCJohannes Berg1-1/+2
2015-03-16mac80211: count interfaces correctly for combination checksAndrei Otcheretianski1-1/+1
2015-03-15rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-03-15caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro1-1/+1
2015-03-14bridge: reset bridge mtu after deleting an interfaceVenkat Venkatsubra1-0/+2
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-13netfilter: Fix potential crash in nft_hash walkerHerbert Xu1-0/+2
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin1-4/+20
2015-03-12netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson1-0/+3
2015-03-12rds: avoid potential stack overflowArnd Bergmann1-18/+22
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn1-2/+6
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet3-1/+3
2015-03-11net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell1-2/+4
2015-03-11tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell1-0/+6
2015-03-10net: Handle unregister properly when netdev namespace change fails.David S. Miller1-13/+13
2015-03-10net: add comment for sock_efree() usageOliver Hartkopp1-0/+4
2015-03-09net_sched: fix struct tc_u_hnode layout in u32WANG Cong1-1/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-81/+143
2015-03-09tipc: fix bug in link failover handlingJon Paul Maloy1-3/+4