aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-15net/hsr: Added support for HSR v1Peter Heise8-63/+124
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet1-2/+2
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet4-11/+20
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy3-5/+8
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy1-0/+4
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy1-20/+16
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy1-3/+4
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2-1/+19
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-17/+40
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner2-0/+6
2016-04-14net: validate_xmit_skb() changesEric Dumazet1-5/+2
2016-04-14packet: uses kfree_skb() for errors.Weongyo Jeong1-2/+12
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan3-10/+17
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck8-22/+137
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck4-10/+50
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck7-15/+48
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck1-0/+2
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko1-6/+92
2016-04-14devlink: add shared buffer configurationJiri Pirko1-0/+940
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-13/+10
2016-04-14net: remove netdevice gso_min_segsEric Dumazet1-2/+1
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall1-4/+4
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2-2/+9
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by ioctlXin Long1-16/+24
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_ifXin Long1-2/+3
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_brXin Long2-37/+14
2016-04-13bridge: simplify the stp_state_store by calling store_bridge_parmXin Long1-15/+9
2016-04-13bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long1-17/+10
2016-04-13bridge: simplify the flush_store by calling store_bridge_parmXin Long1-7/+7
2016-04-13ipv6, token: allow for clearing the current device tokenDaniel Borkmann1-4/+6
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa4-6/+4
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2-2/+3
2016-04-13udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn1-2/+0
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-4/+4
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+1
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-3/+5
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-3/+4
2016-04-13Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller35-205/+205
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy1-15/+0
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-36/+273
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal1-0/+30
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal1-0/+54
2016-04-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-6/+26
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg35-205/+205
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells9-61/+105
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells6-134/+85
2016-04-11rxrpc: Don't assume transport address family and size when using itDavid Howells2-4/+4
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells4-12/+9
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells8-21/+37
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells2-2/+2