summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2017-04-12Bluetooth: L2CAP: Fix L2CAP_CR_SCID_IN_USE valueMarcin Kraglak
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz
2017-04-126lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-09netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang
2017-04-06Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2017-04-06net/sched: Removed unused vlan actions definitionOr Gerlitz
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson
2017-04-05Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/...David S. Miller
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-04-05NFC: Add nfc_dbg() macroAndy Shevchenko
2017-04-04can: initial support for network namespacesMario Kicherer
2017-04-03flowcache: more "unsigned int"Alexey Dobriyan
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot
2017-03-31cfg80211: add documentation for cfg80211_get_bss()Johannes Berg
2017-03-31cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally
2017-03-31cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-03-29Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long
2017-03-28devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky
2017-03-28net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz
2017-03-27bonding: split bond_set_slave_link_state into two partsMahesh Bandewar
2017-03-27xfrm: branchless addr4_match() on 64-bitAlexey Dobriyan
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-24net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck