summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf1-0/+1
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2-76/+68
2014-08-01netlabel: fix the catmap walking functionsPaul Moore1-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore2-62/+166
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2-11/+21
2014-08-01net: use inet6_iif instead of IP6CB()->iifDuan Jiong4-7/+7
2014-08-01net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-01netlink: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2014-08-01net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong5-18/+17
2014-08-01sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe5-100/+107
2014-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-129/+133
2014-08-01tcp: don't require root to read tcp_metricsBanerjee, Debabrata1-1/+0
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita1-1/+1
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso1-0/+6
2014-07-31netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov1-3/+5
2014-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-65/+42
2014-07-31net: filter: don't release unattached filter through call_rcu()Pablo Neira1-3/+8
2014-07-31net: Remove unlikely() for WARN_ON() conditionsThomas Graf2-2/+2
2014-07-31tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-07-31tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-07-31dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt1-2/+3
2014-07-31ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-16/+46
2014-07-30Bluetooth: Always use non-bonding requirement when not bondableJohan Hedberg1-3/+8
2014-07-30Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg1-7/+7
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg4-11/+11
2014-07-30Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann1-1/+1
2014-07-30Bluetooth: Fix check for connected state when pairingJohan Hedberg1-1/+1
2014-07-306lowpan: iphc: Fix parenthesis alignments which off-by-oneMarcel Holtmann1-3/+3
2014-07-306lowpan: iphc: Fix missing braces for if statementMarcel Holtmann1-2/+2
2014-07-306lowpan: iphc: Fix missing blank line after variable declarationsMarcel Holtmann1-0/+1
2014-07-306lowpan: iphc: Fix issues with alignment matching open parenthesisMarcel Holtmann1-39/+35
2014-07-306lowpan: iphc: Fix block comments to match networking styleMarcel Holtmann1-22/+11
2014-07-306lowpan: iphc: remove check on nullAlexander Aring1-3/+0
2014-07-306lowpan: iphc: use ipv6 api to check address scopeAlexander Aring1-12/+17
2014-07-306lowpan: iphc: cleanup use of lowpan_push_hc_dataAlexander Aring1-25/+20
2014-07-306lowpan: iphc: cleanup use of lowpan_fetch_skbAlexander Aring1-6/+7
2014-07-306lowpan: iphc: use sizeof in udp uncompressionAlexander Aring1-9/+14
2014-07-306lowpan: iphc: rename hc06_ptr pointer to hc_ptrAlexander Aring1-56/+56
2014-07-30Bluetooth: Fix SMP context tracking leading to a kernel crashJohan Hedberg1-5/+8
2014-07-30netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov1-1/+3
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-4/+6
2014-07-30ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny1-1/+1
2014-07-30tipc: remove duplicated include from socket.cWei Yongjun1-1/+0
2014-07-30net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-30openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-30net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-30SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2-0/+11
2014-07-30SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust1-18/+21
2014-07-30SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust1-8/+17