summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-083-3/+3
|\
| * treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
| * treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer2014-08-281-1/+1
| * treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-0811-402/+32Star
|\ \
| * | net: make tcp_cleanup_rbuf privateDan Williams2014-09-281-1/+1
| * | net_dma: revert 'copied_early'Dan Williams2014-09-281-14/+8Star
| * | net_dma: simple removalDan Williams2014-09-2811-387/+23Star
* | | ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-304-5/+29
* | | ematch: Fix matching of inverted containers.Ignacy Gawędzki2014-09-291-2/+4
* | | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-291-0/+3
* | | neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2014-09-281-1/+1
* | | ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-0/+2
* | | ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* | | ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* | | ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel2014-09-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-264-8/+71
|\ \ \
| * | | netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'Pablo Neira Ayuso2014-09-071-0/+1
| * | | netfilter: nfnetlink: deliver netlink errors on batch completionPablo Neira Ayuso2014-09-031-1/+63
| * | | netfilter: nft_rbtree: no need for spinlock from set destroy pathPablo Neira Ayuso2014-09-031-2/+0Star
| * | | netfilter: nft_hash: no need for rcu in the hash set destroy pathPablo Neira Ayuso2014-09-031-5/+7
* | | | ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert2014-09-261-3/+8
* | | | Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-241-1/+1
|\ \ \ \
| * | | | net: rfkill: gpio: Fix clock statusLoic Poulain2014-09-221-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-2317-40/+133
|\ \ \ \ \
| * | | | | ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet2014-09-231-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-132-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-101-1/+1
| * | | | | | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2014-09-101-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-122-121/+143
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-101-35/+29Star
| * | | | | | 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-086-8/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |