summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-2217-40/+133
|\
| * ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet2014-09-221-3/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-223-13/+45
| |\
| | * xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-8/+24
| | * xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-163-6/+22
| * | net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-221-4/+14
| * | openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-191-4/+5
| * | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-191-0/+1
| |\ \ | | |/ | |/|
| | * net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann2014-09-161-0/+1
| * | bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-09-151-1/+1
| * | net: fix creation adjacent device symlinksAlexander Y. Fomichev2014-09-151-7/+11
| * | bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich2014-09-131-0/+4
| * | bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2014-09-132-4/+13
| * | Merge tag 'master-2014-09-11' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-122-1/+7
| |\ \ | | |/
| | * Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-092-1/+7
| | |\
| | | * mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach2014-09-051-1/+1
| | | * nl80211: clear skb cb before passing to netlinkJohannes Berg2014-09-031-0/+6
| * | | ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-122-3/+26
| * | | RxRPC: Fix missing __user annotationDavid Howells2014-09-091-1/+1
| * | | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2014-09-091-0/+3
| * | | net: fix skb_page_frag_refill() kerneldocEric Dumazet2014-09-081-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-09-112-121/+143
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-101-35/+29
| * | | libceph: add process_one_ticket() helperIlya Dryomov2014-09-101-104/+124
| * | | libceph: gracefully handle large reply messages from the monSage Weil2014-09-101-0/+8
* | | | Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-076-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-071-2/+0
* | | | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-056-8/+8
* | | | netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso2014-09-051-0/+8
* | | | ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-051-3/+2
* | | | ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-051-5/+2
* | | | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-051-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-031-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
OpenPOWER on IntegriCloud