summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber1-2/+2
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang5-7/+5
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet13-33/+48
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet7-10/+10
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-24/+5
2014-04-15net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-15Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann4-24/+74
2014-04-15net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann1-1/+0
2014-04-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-3/+14
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2-3/+2
2014-04-14netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin1-0/+1
2014-04-14filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-04-14ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-04-14net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-114/+119
2014-04-13vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-13gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann1-2/+6
2014-04-12Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds4-72/+92
2014-04-12net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller45-98/+90
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-04-11Bluetooth: Request MITM Protection when initiatorMikel Astiz1-2/+4
2014-04-11Bluetooth: Use MITM Protection when IO caps allow itTimo Mueller1-7/+2
2014-04-11Bluetooth: Refactor code for outgoing dedicated bondingMikel Astiz2-10/+9
2014-04-11Bluetooth: Refactor hci_get_auth_req()Mikel Astiz1-15/+22
2014-04-11cfg80211: reg: set DFS CAC time in case of custom regdJanusz Dziedzic1-0/+7
2014-04-11mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau1-0/+2
2014-04-11mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau1-1/+1
2014-04-11net: rfkill: gpio: hard-code the gpio namesHeikki Krogerus1-17/+2
2014-04-11net: rfkill: gpio: add ACPI IDs for a Broadcom bluetooth chipHeikki Krogerus1-0/+5
2014-04-11net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2Heikki Krogerus1-0/+1
2014-04-11net: rfkill: gpio: remove unused and obsolete platform parametersHeikki Krogerus1-14/+1
2014-04-11net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-10cfg80211: ignore invalid BSSIDs when looking for BSSesJohannes Berg1-0/+2
2014-04-10cfg80211: reject invalid IBSS BSSIDs in wext compat codeJohannes Berg1-0/+3
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang5-8/+12
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-09mac80211: fix some missing includesZhao, Gang3-0/+5
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski2-1/+6
2014-04-09cfg80211: fix radar_detect combination checkingMichal Kazior1-1/+1
2014-04-09mac80211: allow reservation of a running chanctxLuciano Coelho1-18/+61
2014-04-09mac80211: implement chanctx reservationLuciano Coelho2-34/+176