aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-11-16net: switchdev: fix return code of fdb_dump stubGravatar Dragos Tatulea 1-1/+1
2015-11-16ip_tunnel: disable preemption when updating per-cpu tstatsGravatar Jason A. Donenfeld 2-2/+4
2015-11-15tcp: ensure proper barriers in lockless contextsGravatar Eric Dumazet 1-0/+25
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeGravatar Martin KaFai Lau 1-1/+2
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-2/+14
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-1/+16
2015-11-10netfilter: nf_tables: add clone interface to expression operationsGravatar Pablo Neira Ayuso 1-2/+14
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Gravatar Eric Dumazet 1-0/+12
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-1/+1
2015-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-0/+2
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesGravatar Johan Hedberg 1-0/+2
2015-11-04tun_dst: Fix potential NULL dereferenceGravatar Tobias Klauser 1-1/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+3
2015-11-03Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 2-1/+13
2015-11-03mac80211: document sleep requirements for channel context opsGravatar Chaitanya T K 1-0/+6
2015-11-03cfg80211/mac80211: clarify RSSI CQM reporting requirementsGravatar Johannes Berg 2-1/+7
2015-11-02bonding: simplify / unify event handling code for 3ad mode.Gravatar Mahesh Bandewar 1-2/+1
2015-11-02net: fix percpu memory leaksGravatar Eric Dumazet 1-6/+9
2015-11-02net: avoid NULL deref in inet_ctl_sock_destroy()Gravatar Eric Dumazet 1-1/+2
2015-11-02net: make skb_set_owner_w() more robustGravatar Eric Dumazet 1-15/+2
2015-11-01ipv4: fix to not remove local route on link downGravatar Julian Anastasov 1-1/+1
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsGravatar Vivien Didelot 1-4/+9
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyGravatar Stefan Hajnoczi 1-0/+3
2015-10-30Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar David S. Miller 3-3/+31
2015-10-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-7/+7
2015-10-28NFC: nci: non-static functions can not be inlineGravatar Robert Dolca 1-4/+4
2015-10-26net: tso: add support for IPv6Gravatar emmanuel.grumbach@intel.com 1-0/+1
2015-10-27NFC: NCI: allow spi driver to choose transfer clockGravatar Vincent Cuissard 1-0/+6
2015-10-27NFC: nfcmrvl: add i2c driverGravatar Vincent Cuissard 1-0/+1
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionGravatar Vincent Cuissard 1-0/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsGravatar Christophe Ricard 1-1/+1
2015-10-27NFC: st-nci: Add support for proprietary commandsGravatar Christophe Ricard 1-0/+1
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciGravatar Marcel Holtmann 1-7/+7
2015-10-26NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEGravatar Christophe Ricard 1-0/+1
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsGravatar Christophe Ricard 1-0/+1
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionGravatar Robert Dolca 1-0/+1
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsGravatar Robert Dolca 1-3/+3
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsGravatar Robert Dolca 1-2/+9
2015-10-25NFC: nci: Introduce nci_core_cmdGravatar Robert Dolca 1-0/+1
2015-10-25NFC: nci: Introduce new core opcodesGravatar Robert Dolca 1-0/+7
2015-10-25NFC: nci: Add function to get max packet size for connGravatar Robert Dolca 1-0/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+32
2015-10-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 4-163/+110
2015-10-23mpls: multipath route supportGravatar Roopa Prabhu 1-1/+1
2015-10-23tcp/dccp: fix hashdance race for passive sessionsGravatar Eric Dumazet 3-4/+11
2015-10-22openvswitch: Fix egress tunnel info.Gravatar Pravin B Shelar 1-0/+32
2015-10-22net: dsa: remove port_fdb_getnextGravatar Vivien Didelot 1-3/+0
2015-10-22net: dsa: add port_fdb_dump functionGravatar Vivien Didelot 1-0/+4
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 2-27/+107
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationGravatar Arad, Ronen 1-1/+2