summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-16bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich1-1/+1
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2014-09-14bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich1-0/+4
2014-09-14bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2-4/+13
2014-09-13Merge tag 'master-2014-09-11' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2-1/+7
2014-09-13ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2-3/+26
2014-09-10RxRPC: Fix missing __user annotationDavid Howells1-1/+1
2014-09-10net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha1-0/+3
2014-09-09Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linu...John W. Linville2-1/+7
2014-09-09net: fix skb_page_frag_refill() kerneldocEric Dumazet1-1/+1
2014-09-08Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-8/+17
2014-09-08ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-06net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida6-8/+8
2014-09-06netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso1-0/+8
2014-09-06ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel1-3/+2
2014-09-06ipv6: fix a refcnt leak with peer addrNicolas Dichtel1-5/+2
2014-09-06net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-2/+1
2014-09-06l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca3-10/+31
2014-09-05mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach1-1/+1
2014-09-04Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville6-8/+17
2014-09-04openvswitch: distinguish between the dropped and consumed skbLi RongQing1-2/+5
2014-09-03nl80211: clear skb cb before passing to netlinkJohannes Berg1-0/+6
2014-09-03openvswitch: fix a memory leakLi RongQing1-1/+3
2014-09-03netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOGPablo Neira1-1/+1
2014-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-68/+102
2014-09-02Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller7-19/+46
2014-09-01netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso1-1/+3
2014-08-30net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann1-1/+1
2014-08-30net: attempt a single high order allocationEric Dumazet1-14/+16
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov1-1/+1
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov1-4/+16
2014-08-26mac80211: fix agg_status debugfs file alignmentJohannes Berg1-1/+1
2014-08-26mac80211: fix start_seq_num in Rx reorder offloadDenton Gentry1-2/+2
2014-08-26mac80211: mesh_plink: handle confirm frames with new plidBob Copeland1-1/+6
2014-08-26mac80211: fix smps mode check for AP_VLANFelix Fietkau1-2/+5
2014-08-26mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantypeFelix Fietkau1-0/+2
2014-08-26Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg1-2/+1
2014-08-26net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-08-26net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev1-1/+60
2014-08-25net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg1-0/+1
2014-08-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-19/+45
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou1-3/+3
2014-08-23mac80211: fix channel switch for chanctx-based driversMichal Kazior1-1/+1
2014-08-22net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann1-6/+3
2014-08-22net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann1-1/+1
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc1-0/+5
2014-08-22net: ipv6: fib: don't sleep inside atomic lockBenjamin Block1-1/+1
2014-08-22sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probezhuyj1-0/+1
2014-08-22packet: handle too big packets for PACKET_V3Eric Dumazet2-0/+18