Age | Commit message (Expand) | Author | Files | Lines |
2015-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 9 | -13/+51 |
2015-03-22 | netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set | Pablo Neira Ayuso | 1 | -0/+6 |
2015-03-20 | net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom | Al Viro | 1 | -0/+4 |
2015-03-20 | net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha... | Catalin Marinas | 1 | -0/+7 |
2015-03-20 | tcp: fix tcp fin memory accounting | Josh Hunt | 1 | -5/+1 |
2015-03-20 | ipv6: fix backtracking for throw routes | Steven Barth | 1 | -0/+1 |
2015-03-20 | ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f... | Sabrina Dubroca | 1 | -5/+3 |
2015-03-20 | netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check() | Pablo Neira Ayuso | 1 | -2/+2 |
2015-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 26 | -86/+189 |
2015-03-19 | netfilter: restore rule tracing via nfnetlink_log | Pablo Neira Ayuso | 4 | -10/+34 |
2015-03-17 | act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome | Daniel Borkmann | 1 | -8/+28 |
2015-03-17 | inet: Clean up inet_csk_wait_for_connect() vs. might_sleep() | Eric Dumazet | 1 | -0/+1 |
2015-03-17 | ip6_tunnel: fix error code when tunnel exists | Nicolas Dichtel | 1 | -16/+17 |
2015-03-17 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+20 |
2015-03-17 | netfilter: nf_tables: allow to change chain policy without hook if it exists | Pablo Neira Ayuso | 1 | -1/+4 |
2015-03-16 | Merge tag 'mac80211-for-davem-2015-03-16' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 5 | -8/+47 |
2015-03-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -8/+9 |
2015-03-16 | mac80211: ignore CSA to same channel | Johannes Berg | 2 | -0/+14 |
2015-03-16 | nl80211: ignore HT/VHT capabilities without QoS/WMM | Johannes Berg | 1 | -0/+10 |
2015-03-16 | mac80211: ask for ECSA IE to be considered for beacon parse CRC | Johannes Berg | 1 | -1/+2 |
2015-03-16 | mac80211: count interfaces correctly for combination checks | Andrei Otcheretianski | 1 | -1/+1 |
2015-03-15 | rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() | Al Viro | 1 | -1/+1 |
2015-03-15 | caif: fix MSG_OOB test in caif_seqpkt_recvmsg() | Al Viro | 1 | -1/+1 |
2015-03-14 | bridge: reset bridge mtu after deleting an interface | Venkat Venkatsubra | 1 | -0/+2 |
2015-03-13 | inet_diag: fix possible overflow in inet_diag_dump_one_icsk() | Eric Dumazet | 1 | -3/+15 |
2015-03-13 | netfilter: Fix potential crash in nft_hash walker | Herbert Xu | 1 | -0/+2 |
2015-03-13 | 9p/trans_virtio: fix hot-unplug | Michael S. Tsirkin | 1 | -4/+20 |
2015-03-12 | netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() | Ian Wilson | 1 | -0/+3 |
2015-03-12 | rds: avoid potential stack overflow | Arnd Bergmann | 1 | -18/+22 |
2015-03-12 | sock: fix possible NULL sk dereference in __skb_tstamp_tx | Willem de Bruijn | 1 | -2/+6 |
2015-03-11 | xps: must clear sender_cpu before forwarding | Eric Dumazet | 3 | -1/+3 |
2015-03-11 | net: sysctl_net_core: check SNDBUF and RCVBUF for min length | Alexey Kodanev | 1 | -4/+6 |
2015-03-11 | tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidance | Neal Cardwell | 1 | -2/+4 |
2015-03-11 | tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in w | Neal Cardwell | 1 | -0/+6 |
2015-03-10 | net: Handle unregister properly when netdev namespace change fails. | David S. Miller | 1 | -13/+13 |
2015-03-10 | net: add comment for sock_efree() usage | Oliver Hartkopp | 1 | -0/+4 |
2015-03-09 | net_sched: fix struct tc_u_hnode layout in u32 | WANG Cong | 1 | -1/+4 |
2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 13 | -81/+143 |
2015-03-09 | tipc: fix bug in link failover handling | Jon Paul Maloy | 1 | -3/+4 |
2015-03-09 | net: delete stale packet_mclist entries | Francesco Ruggeri | 1 | -8/+14 |
2015-03-09 | can: add missing initialisations in CAN related skbuffs | Oliver Hartkopp | 1 | -0/+3 |
2015-03-08 | ip: fix error queue empty skb handling | Willem de Bruijn | 3 | -23/+53 |
2015-03-08 | sunrpc: fix braino in ->poll() | Al Viro | 1 | -1/+1 |
2015-03-08 | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+3 |
2015-03-07 | net: irda: fix wait_until_sent poll timeout | Johan Hovold | 1 | -1/+3 |
2015-03-06 | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -2/+3 |
2015-03-05 | tcp: align tcp_xmit_size_goal() on tcp_tso_autosize() | Eric Dumazet | 1 | -7/+3 |
2015-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 3 | -32/+46 |
2015-03-05 | ipv4: ip_check_defrag should not assume that skb_network_offset is zero | Alexander Drozdov | 1 | -4/+7 |
2015-03-04 | net: ping: Return EAFNOSUPPORT when appropriate. | Lorenzo Colitti | 2 | -4/+13 |