summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Add lockdep_asserts for documented external locksSven Eckelmann2015-08-253-0/+11
* batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann2015-08-254-5/+25
* batman-adv: convert bat_priv->tt.req_list to hlistMarek Lindner2015-08-253-16/+19
* batman-adv: Fix gw_bandwidth calculation on 32 bit systemsSven Eckelmann2015-08-251-7/+42
* batman-adv: Return EINVAL on invalid gw_bandwidth changeSven Eckelmann2015-08-251-2/+2
* batman-adv: prevent potential hlist double deletionMarek Lindner2015-08-251-1/+1
* batman-adv: convert orig_node->vlan_list to hlistMarek Lindner2015-08-253-9/+10
* batman-adv: Remove batadv_ types forward declarationsSven Eckelmann2015-08-2511-27/+0
* batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_newMarek Lindner2015-08-251-4/+9
* batman-adv: update kernel doc of batadv_tt_global_del_orig_entry()Marek Lindner2015-08-251-6/+12
* batman-adv: Remove multiple assignment per lineSven Eckelmann2015-08-257-17/+39
* batman-adv: Fix kerneldoc over 80 column linesSven Eckelmann2015-08-252-4/+4
* batman-adv: Replace C99 int types with kernel typeSven Eckelmann2015-08-2530-585/+563
* ila: Precompute checksum difference for translationsTom Herbert2015-08-241-0/+18
* lwt: Add cfg argument to build_stateTom Herbert2015-08-246-10/+19
* Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-08-233-5/+106
|\
| * nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-2/+84
| * nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard2015-08-201-1/+1
| * NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-201-0/+14
| * NFC: nci: Add post_setup handlerRobert Baldyga2015-08-201-0/+4
| * nfc: netlink: Warning fixChristophe Ricard2015-08-171-0/+1
| * nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-171-2/+2
* | tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-232-3/+12
* | tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-232-4/+9
* | tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-231-1/+3
* | fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert2015-08-231-1/+1
* | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-231-16/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-2111-89/+129
|\ \
| * | batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann2015-08-181-1/+4
| * | ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-172-11/+35
| * | ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau2015-08-171-4/+16
| * | ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau2015-08-171-12/+9
| * | Merge tag 'mac80211-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-08-171-5/+6
| |\ \
| | * | mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht2015-08-131-5/+6
| * | | Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens2015-08-171-6/+4
| * | | inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet2015-08-131-1/+1
| * | | ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft2015-08-131-1/+1
| * | | net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-134-51/+56
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-2032-433/+1152
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-21176-2008/+4138
| |\ \ \ \
| * | | | | netfilter: nft_payload: work around vlan header strippingFlorian Westphal2015-08-191-1/+56
| * | | | | netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann2015-08-185-40/+27
| * | | | | netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-189-92/+223
| * | | | | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-1117-116/+162
| * | | | | netfilter: nfacct: per network namespace supportAndreas Schultz2015-08-072-22/+51
| * | | | | netfilter: nft_limit: add per-byte limitingPablo Neira Ayuso2015-08-071-4/+59
| * | | | | netfilter: nft_limit: constant token cost per packetPablo Neira Ayuso2015-08-071-7/+18
| * | | | | netfilter: nft_limit: add burst parameterPablo Neira Ayuso2015-08-071-2/+18
| * | | | | netfilter: nft_limit: factor out shared code with per-byte limitingPablo Neira Ayuso2015-08-071-33/+53
| * | | | | netfilter: nft_limit: convert to token-based limiting at nanosecond granularityPablo Neira Ayuso2015-08-071-16/+26
OpenPOWER on IntegriCloud