aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+78
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert3-22/+29
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2-4/+9
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-12-15net: Add skb_inner_transport_offset functionTom Herbert1-0/+5
2015-12-14net: Fix typo in skb_fclone_busyMasanari Iida1-1/+1
2015-12-12net/mlx5: Use flow steering infrastructure for mlx5_enMaor Gottlieb2-63/+38
2015-12-12net/mlx5_core: Flow steering tree initializationMaor Gottlieb2-0/+10
2015-12-12net/mlx5_core: Introduce flow steering firmware commandsMaor Gottlieb2-10/+69
2015-12-11netcp: try to reduce type confusion in descriptorsArnd Bergmann1-11/+11
2015-12-09cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo1-2/+2
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo2-6/+123
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-0/+36
2015-12-08Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupDavid S. Miller3-1/+50
2015-12-08Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi1-209/+0
2015-12-06core: enable more fine-grained datagram reception controlRainer Weikusat1-0/+6
2015-12-06net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA modeMoni Shoua1-0/+5
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko2-12/+12
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn1-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-202/+131
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+17
2015-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He1-0/+209
2015-12-03pci_ids: add Netronome Systems vendorJakub Kicinski1-0/+2
2015-12-03net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport contextSaeed Mahameed2-0/+99
2015-12-03net/mlx5: E-Switch, Add SR-IOV (FDB) supportSaeed Mahameed3-3/+19
2015-12-03net/mlx5: E-Switch, Introduce FDB hardware capabilitiesSaeed Mahameed2-0/+28
2015-12-03net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed2-0/+12
2015-12-03net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed2-0/+14
2015-12-03net/mlx5: Introduce access functions to modify/query vport promisc modeSaeed Mahameed2-5/+32
2015-12-03net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed2-1/+6
2015-12-03net/mlx5: Introduce access functions to modify/query vport mac listsSaeed Mahameed2-0/+16
2015-12-03net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed1-1/+4
2015-12-03net/mlx5: Add HW capabilities and structs for SR-IOV E-SwitchSaeed Mahameed1-11/+15
2015-12-03net/mlx5_core: Add base sriov supportEli Cohen2-1/+27
2015-12-03net: introduce lower state changed info structure for LAG lowersJiri Pirko1-0/+5
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+8
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko1-0/+1
2015-12-03net: add info struct for LAG changeupperJiri Pirko1-0/+13
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-1/+2
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-4/+2
2015-12-03net: add netif_is_lag_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_lag_master helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_master helperJiri Pirko1-0/+8
2015-12-02hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan1-1/+3
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-1/+1
2015-12-01qed: Add support for changing LED stateSudarsana Kalluru1-0/+17
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-1/+6
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-3/+3