aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-30mac802154: check on len instead mac_lenAlexander Aring1-1/+1
2015-09-30nl802154: add support for security layerAlexander Aring3-75/+322
2015-09-30netlink: add nla_get for le32 and le64Alexander Aring1-0/+18
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain1-0/+3
2015-09-24Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis1-0/+5
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring2-8/+8
2015-09-22ieee802154: introduce wpan_dev_header_opsAlexander Aring2-9/+33
2015-09-22ieee802154: header_ops: fix frame control settingAlexander Aring1-1/+1
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-0/+1
2015-09-21s390/iucv: do not use arrays as argumentUrsula Braun1-10/+10
2015-09-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller5-120/+53
2015-09-18Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc1-0/+4
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+1
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann1-1/+1
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-4/+8
2015-09-17netfilter: Pass net into okfnEric W. Biederman4-5/+9
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-5/+1
2015-09-17xfrm: Remove unused afinfo method init_dstEric W. Biederman1-2/+0
2015-09-17ieee802154: af_ieee802154: fix typo in comment.Stefan Schmidt1-1/+1
2015-09-17ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring1-113/+0
2015-09-17ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring1-0/+15
2015-09-17ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring1-6/+25
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels1-0/+1
2015-09-17Bluetooth: Add bt_dev logging macrosLoic Poulain1-0/+7
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan1-1/+2
2015-09-15net: Add FIB table id to rtableDavid Ahern1-0/+2
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-5/+6
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter1-2/+0
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-0/+38
2015-09-08memcg: move memcg_proto_active from sock.hMichal Hocko1-5/+0
2015-09-08memcg: export struct mem_cgroupMichal Hocko1-28/+0
2015-09-06Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+3
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-2/+3
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-1/+3
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann1-18/+1
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller1-4/+4
2015-09-01flow_dissector: Don't use bit fields.David S. Miller1-3/+5
2015-09-01flow_dissector: Add control/reporting of encapsulationTom Herbert1-0/+2
2015-09-01flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenTom Herbert1-0/+1
2015-09-01flow_dissector: Add flag to stop parsing at L3Tom Herbert1-0/+1
2015-09-01flow_dissector: Add control/reporting of fragmentationTom Herbert1-0/+4
2015-09-01flowi: Abstract out functions to get flow hash based on flowiTom Herbert2-0/+21
2015-09-01skbuff: Make __skb_set_sw_hash a general functionTom Herbert1-0/+5
2015-09-01flow_dissector: Move skb related functions to skbuff.hTom Herbert1-50/+0
2015-09-01net: Make table id type u32David Ahern2-13/+13
2015-09-01netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann1-0/+1
2015-08-31tun_dst: Remove opts_sizePravin B Shelar1-1/+0
2015-08-31gro_cells: remove spinlock protecting receive queuesEric Dumazet1-13/+5
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2-1/+7
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2-53/+45