summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-04-24netfilter: Fix warning in nfnetlink_receive().David S. Miller
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-24net: Add variants of capable for use on netlink messagesEric W. Biederman
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-04-24netlink: Rename netlink_capable netlink_allowedEric W. Biederman
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich
2014-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann
2014-04-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy
2014-04-14netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin
2014-04-14filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-04-14ipv4: return valid RTA_IIF on ip route getJulian Anastasov
2014-04-14net: ipv4: current group_info should be put after using.Wang, Xiaoming
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita
2014-04-11mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau
2014-04-11mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau
2014-04-11net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann
2014-04-09mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh
2014-04-09mac80211: fix radar_enabled propagationMichal Kazior
2014-04-09mac80211: Disable SMPS for the monitor interfaceIdo Yariv
2014-04-09mac80211: fix software remain-on-channel implementationJohannes Berg
2014-04-09Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds