summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-0836-150/+315
|\
| * Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-086-8/+17
| |\
| | * Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-046-8/+17
| | |\
| | | * mac80211: fix agg_status debugfs file alignmentJohannes Berg2014-08-261-1/+1
| | | * mac80211: fix start_seq_num in Rx reorder offloadDenton Gentry2014-08-261-2/+2
| | | * mac80211: mesh_plink: handle confirm frames with new plidBob Copeland2014-08-261-1/+6
| | | * mac80211: fix smps mode check for AP_VLANFelix Fietkau2014-08-261-2/+5
| | | * mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantypeFelix Fietkau2014-08-261-0/+2
| | | * Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg2014-08-261-2/+1
| * | | ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong2014-09-081-2/+0
| * | | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-066-8/+8
| * | | netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso2014-09-061-0/+8
| * | | ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-061-3/+2
| * | | ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-061-5/+2
| * | | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-061-2/+1
| * | | l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-09-051-1/+2
| * | | ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2014-09-053-10/+31
| * | | openvswitch: distinguish between the dropped and consumed skbLi RongQing2014-09-041-2/+5
| * | | openvswitch: fix a memory leakLi RongQing2014-09-021-1/+3
| * | | netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOGPablo Neira2014-09-021-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-0210-68/+102
| |\ \ \
| | * | | netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso2014-09-011-1/+3
| | * | | ipvs: fix ipv6 hook registration for local repliesJulian Anastasov2014-08-281-1/+1
| | * | | ipvs: properly declare tunnel encapsulationJulian Anastasov2014-08-271-4/+16
| | * | | netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou2014-08-251-3/+3
| | * | | netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso2014-08-191-1/+1
| | * | | netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann2014-08-191-1/+1
| | * | | netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-185-57/+77
| * | | | Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-027-19/+46
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg2014-08-251-0/+1
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-256-19/+45
| | |\ \ \
| | | * | | Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-203-4/+35
| | | * | | ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend2014-08-191-12/+3
| | | * | | ieee802154: 6lowpan: ensure of sending 1280 packetsAlexander Aring2014-08-191-1/+1
| | | * | | ieee802154: mac802154: handle the reserved dest mode by dropping the packetMartin Townsend2014-08-191-1/+4
| | | * | | ieee802154: 6lowpan_rtnl: fix correct errno valueAlexander Aring2014-08-191-1/+1
| | | * | | mac802154: fixed potential skb leak with mac802154_parse_frame_startMartin Townsend2014-08-191-0/+1
| * | | | | net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2014-08-301-1/+1
| * | | | | net: attempt a single high order allocationEric Dumazet2014-08-301-14/+16
| * | | | | net: fix checksum features handling in netif_skb_features()Michal Kubeček2014-08-261-5/+11
| * | | | | net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev2014-08-261-1/+60
| |/ / / /
* | | | | rose: use %*ph specifierAndy Shevchenko2014-09-081-1/+2
* | | | | tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell2014-09-061-3/+0
* | | | | tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet2014-09-064-30/+24
* | | | | tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-064-5/+5
* | | | | net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-063-15/+60
* | | | | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-062-3/+3
* | | | | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-063-18/+34
* | | | | net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2014-09-062-52/+42
* | | | | ipv4: harden fnhe_hashfun()Eric Dumazet2014-09-061-4/+4