summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu2015-02-231-22/+24
* net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali2015-02-221-5/+5
* batman-adv: Fix use of seq_has_overflowed()Joe Perches2015-02-221-1/+1
* net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-224-16/+9Star
* ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter2015-02-221-1/+1
* ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater2015-02-221-1/+1
* igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-201-18/+34
* batman-adv: Remove uses of return value of seq_printfJoe Perches2015-02-201-9/+10
* tcp: silence registration messagestephen hemminger2015-02-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-1819-48/+173
|\
| * net: dsa: Set valid phy interface typeGuenter Roeck2015-02-171-2/+7
| * rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
| * net: spelling fixesStephen Hemminger2015-02-153-3/+3
| * net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida2015-02-151-1/+1
| * ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-151-1/+1
| * openvswitch: Fix key serialization.Pravin B Shelar2015-02-151-1/+1
| * tcp: make sure skb is not shared before using skb_get()Eric Dumazet2015-02-131-8/+24
| * bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven2015-02-121-5/+2Star
| * ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-121-2/+2
| * gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-121-6/+22
| * net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-122-2/+3
| * udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-122-2/+17
| * net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-121-10/+10
| * openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven2015-02-111-1/+1
| * openvswitch: Reset key metadata for packet execution.Pravin B Shelar2015-02-111-0/+2
| * rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan2015-02-111-1/+15
| * ipv6: Partial checksum only UDP packetsVlad Yasevich2015-02-111-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-02-112-6/+58
| |\
| | * netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy2015-01-301-0/+1
| | * netfilter: nft_compat: add ebtables supportArturo Borrero2015-01-301-6/+57
* | | net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-22/+8Star
* | | memcg: cleanup static keys decrementVladimir Davydov2015-02-131-0/+4
* | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-126-151/+209
|\ \ \
| * \ \ Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields2015-02-0222-60/+123
| |\ \ \
| * | | | sunrpc/lockd: fix references to the BKLJeff Layton2015-01-232-4/+3Star
| * | | | svcrdma: Handle additional inline contentChuck Lever2015-01-151-0/+55
| * | | | svcrdma: Move read list XDR round-up logicChuck Lever2015-01-151-28/+9Star
| * | | | svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-151-3/+36
| * | | | svcrdma: rc_position sanity checkingChuck Lever2015-01-151-4/+12
| * | | | svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-152-44/+29Star
| * | | | svcrdma: Find rmsgp more reliablyChuck Lever2015-01-151-14/+4Star
| * | | | svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-153-33/+49
| * | | | svcrdma: Clean up read chunk countingChuck Lever2015-01-152-19/+12Star
| * | | | svcrdma: Remove unused variableChuck Lever2015-01-151-2/+0Star
| * | | | svcrdma: Clean up dprintkChuck Lever2015-01-151-4/+4
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-122-26/+40
|\ \ \ \ \
| * | | | | cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-112-26/+40
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-122-5/+3Star
|\ \ \ \ \
| * | | | | mm: gup: use get_user_pages_unlockedAndrea Arcangeli2015-02-121-4/+2Star
| * | | | | mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-121-1/+1
| | |_|/ / | |/| | |