Age | Commit message (Expand) | Author | Files | Lines |
2014-04-22 | net: Fix ns_capable check in sock_diag_put_filterinfo | Andrew Lutomirski | 2 | -3/+3 |
2014-04-19 | net: sctp: cache auth_enable per endpoint | Vlad Yasevich | 6 | -59/+89 |
2014-04-19 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 4 | -3/+14 |
2014-04-19 | vlan: Fix lockdep warning when vlan dev handle notification | dingtianhong | 2 | -5/+42 |
2014-04-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -3/+14 |
2014-04-16 | ip6_tunnel: use the right netns in ioctl handler | Nicolas Dichtel | 1 | -4/+4 |
2014-04-16 | sit: use the right netns in ioctl handler | Nicolas Dichtel | 1 | -13/+4 |
2014-04-16 | ip_tunnel: use the right netns in ioctl handler | Nicolas Dichtel | 1 | -8/+7 |
2014-04-16 | net: use SYSCALL_DEFINEx for sys_recv | Jan Glauber | 1 | -2/+2 |
2014-04-16 | ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source() | Cong Wang | 1 | -2/+1 |
2014-04-16 | ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif | Cong Wang | 5 | -7/+5 |
2014-04-15 | ip6_gre: don't allow to remove the fb_tunnel_dev | Nicolas Dichtel | 1 | -0/+10 |
2014-04-15 | ipv4: add a sock pointer to dst->output() path. | Eric Dumazet | 13 | -33/+48 |
2014-04-15 | ipv4: add a sock pointer to ip_queue_xmit() | Eric Dumazet | 7 | -10/+10 |
2014-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 5 | -24/+5 |
2014-04-15 | net: Start with correct mac_len in skb_network_protocol | Vlad Yasevich | 1 | -1/+1 |
2014-04-15 | Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re... | Daniel Borkmann | 4 | -24/+74 |
2014-04-15 | net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_W | Daniel Borkmann | 1 | -1/+0 |
2014-04-14 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 4 | -3/+14 |
2014-04-14 | ipv6: Limit mtu to 65575 bytes | Eric Dumazet | 1 | -2/+3 |
2014-04-14 | netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4 | Patrick McHardy | 2 | -3/+2 |
2014-04-14 | netfilter: nf_conntrack: initialize net.ct.generation | Andrey Vagin | 1 | -0/+1 |
2014-04-14 | filter: prevent nla extensions to peek beyond the end of the message | Mathias Krause | 1 | -1/+7 |
2014-04-14 | ipv4: return valid RTA_IIF on ip route get | Julian Anastasov | 1 | -1/+1 |
2014-04-14 | net: ipv4: current group_info should be put after using. | Wang, Xiaoming | 1 | -4/+11 |
2014-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 52 | -114/+119 |
2014-04-13 | vti: don't allow to add the same tunnel twice | Nicolas Dichtel | 1 | -1/+1 |
2014-04-13 | gre: don't allow to add the same tunnel twice | Nicolas Dichtel | 1 | -1/+1 |
2014-04-12 | pktgen: be friendly to LLTX devices | Daniel Borkmann | 1 | -2/+6 |
2014-04-12 | Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e... | Linus Torvalds | 4 | -72/+92 |
2014-04-12 | net: ipv6: Fix oif in TCP SYN+ACK route lookup. | Lorenzo Colitti | 1 | -1/+1 |
2014-04-12 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 45 | -98/+90 |
2014-04-11 | bridge: Fix double free and memory leak around br_allowed_ingress | Toshiaki Makita | 2 | -4/+5 |
2014-04-11 | mac80211: exclude AP_VLAN interfaces from tx power calculation | Felix Fietkau | 1 | -0/+2 |
2014-04-11 | mac80211: suppress BSS info change notifications for AP_VLAN | Felix Fietkau | 1 | -1/+1 |
2014-04-11 | net: core: don't account for udp header size when computing seglen | Florian Westphal | 1 | -5/+7 |
2014-04-09 | l2tp: take PMTU from tunnel UDP socket | Dmitry Petukhov | 1 | -2/+2 |
2014-04-09 | net: sctp: test if association is dead in sctp_wake_up_waiters | Daniel Borkmann | 1 | -0/+6 |
2014-04-09 | mac80211: update last_tx_rate only for data frame | Chun-Yeow Yeoh | 1 | -0/+1 |
2014-04-09 | mac80211: fix radar_enabled propagation | Michal Kazior | 1 | -2/+2 |
2014-04-09 | mac80211: Disable SMPS for the monitor interface | Ido Yariv | 1 | -0/+7 |
2014-04-09 | mac80211: fix software remain-on-channel implementation | Johannes Berg | 1 | -0/+1 |
2014-04-09 | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 11 | -86/+119 |
2014-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -48/+107 |
2014-04-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -3/+3 |
2014-04-08 | net: sctp: wake up all assocs if sndbuf policy is per socket | Daniel Borkmann | 1 | -1/+35 |
2014-04-08 | netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helper | Andrey Vagin | 2 | -21/+2 |
2014-04-08 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -1/+1 |
2014-04-08 | net: replace __this_cpu_inc in route.c with raw_cpu_inc | Christoph Lameter | 1 | -1/+1 |
2014-04-08 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -65/+64 |