summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nl802154: add support for security layerAlexander Aring2015-09-303-75/+322
| * | | | netlink: add nla_get for le32 and le64Alexander Aring2015-09-301-0/+18
| * | | | Bluetooth: Add hci_cmd_sync functionLoic Poulain2015-09-291-0/+3
| * | | | Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis2015-09-241-0/+5
| * | | | ieee802154: change needed headroom/tailroomAlexander Aring2015-09-222-8/+8
| * | | | ieee802154: introduce wpan_dev_header_opsAlexander Aring2015-09-222-9/+33
| * | | | ieee802154: header_ops: fix frame control settingAlexander Aring2015-09-221-1/+1
* | | | | net: synack packets can be attached to request socketsEric Dumazet2015-10-111-0/+8
* | | | | dst: Pass net into dst->outputEric W. Biederman2015-10-085-14/+14
* | | | | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-083-3/+3
* | | | | ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-083-3/+4
* | | | | ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-082-3/+2
* | | | | ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman2015-10-081-2/+1
* | | | | ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-5/+1
* | | | | ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman2015-10-081-2/+1
* | | | | dst: Pass a sk into .local_outEric W. Biederman2015-10-083-1/+3
* | | | | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-5/+1
* | | | | Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-072-3/+40
|\ \ \ \ \
| * | | | | cfg80211: allow changing station capabilities for unassociated stationsAyala Beker2015-09-291-0/+3
| * | | | | mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa2015-09-291-0/+4
| * | | | | Revert "mac80211: add pointer for driver use to key"Johannes Berg2015-09-221-2/+0
| * | | | | mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach2015-09-221-0/+4
| * | | | | mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-1/+4
| * | | | | mac80211: introduce per vif frame registration APIAndrei Otcheretianski2015-09-221-0/+16
| * | | | | nl80211: support vendor dumpit commandsJohannes Berg2015-09-221-0/+9
* | | | | | net: Add source address lookup op for VRFDavid Ahern2015-10-072-3/+31
* | | | | | net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2015-10-071-0/+2
* | | | | | net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-072-2/+2
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller2015-10-052-4/+4
|\ \ \ \ \ \
| * | | | | | ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-2/+2
| * | | | | | ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-2/+2
* | | | | | | ipv4: ICMP packet inspection for multipathPeter Nørlund2015-10-051-1/+10
* | | | | | | ipv4: L3 hash-based multipathPeter Nørlund2015-10-051-3/+11
* | | | | | | tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-052-4/+10
* | | | | | | net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet2015-10-051-0/+1
* | | | | | | inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet2015-10-051-3/+6
| |_|_|/ / / |/| | | | |
* | | | | | tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-031-1/+3
* | | | | | switchdev: push object ID back to object structureJiri Pirko2015-10-031-10/+4
* | | | | | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-11/+31
* | | | | | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-1/+1
* | | | | | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-1/+1
* | | | | | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-4/+4
* | | | | | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-7/+7
* | | | | | tcp: remove max_qlen_logEric Dumazet2015-10-032-9/+3
* | | | | | tcp/dccp: remove struct listen_sockEric Dumazet2015-10-031-22/+4
* | | | | | tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-2/+4
* | | | | | ipv6: remove obsolete inet6 functionsEric Dumazet2015-10-031-9/+0
* | | | | | tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-031-3/+0
* | | | | | tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-034-11/+1
* | | | | | tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-031-2/+1
OpenPOWER on IntegriCloud