aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2-0/+8
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn4-6/+52
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn3-4/+19
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn4-1/+19
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2-27/+6
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2-9/+12
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2-13/+20
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller13-174/+520
2014-08-04netlink: fix lockdep splatsEric Dumazet1-2/+2
2014-08-04tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov1-1/+1
2014-08-04bridge: remove a useless commentMichael S. Tsirkin1-1/+0
2014-08-02nftables: Convert nft_hash to use generic rhashtableThomas Graf1-236/+55
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf3-195/+119
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov5-8/+32
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov3-16/+15
2014-08-02inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov1-5/+9
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov5-39/+39
2014-08-02inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov1-3/+4
2014-08-02ipv4: remove nested rcu_read_lock/unlockDuan Jiong1-2/+0
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov5-53/+65
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-8/+8
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov1-5/+5
2014-08-02net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2-5/+5
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov2-52/+44
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong4-7/+7
2014-07-31netlink: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong5-18/+17
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe5-100/+107
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-129/+133
2014-07-31tcp: don't require root to read tcp_metricsBanerjee, Debabrata1-1/+0
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 functionsAlexey Perevalov1-3/+5
2014-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-65/+42
2014-07-30net: filter: don't release unattached filter through call_rcu()Pablo Neira1-3/+8
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf2-2/+2
2014-07-30dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt1-2/+3
2014-07-30Merge 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