summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy
2016-04-15bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-15sctp: add support for RPS and RFSMarcelo Ricardo Leitner
2016-04-15net: validate_xmit_skb() changesEric Dumazet
2016-04-14packet: uses kfree_skb() for errors.Weongyo Jeong
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko
2016-04-14devlink: add shared buffer configurationJiri Pirko
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2016-04-14net: remove netdevice gso_min_segsEric Dumazet
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall
2016-04-14sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner
2016-04-14bridge: a netlink notification should be sent when those attributes are chang...Xin Long
2016-04-14bridge: a netlink notification should be sent when those attributes are chang...Xin Long
2016-04-14bridge: a netlink notification should be sent when those attributes are chang...Xin Long
2016-04-14bridge: simplify the stp_state_store by calling store_bridge_parmXin Long
2016-04-14bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long
2016-04-14bridge: simplify the flush_store by calling store_bridge_parmXin Long
2016-04-14ipv6, token: allow for clearing the current device tokenDaniel Borkmann
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2016-04-14udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn
2016-04-14udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn
2016-04-13Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal
2016-04-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells
2016-04-11rxrpc: Don't assume transport address family and size when using itDavid Howells
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells
2016-04-11rxrpc: Disable a debugging statement that has been left enabled.David Howells
2016-04-11rxrpc: do not pull udp headers on receiveWillem de Bruijn