summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov2015-10-131-0/+3
* net: dsa: do not warn unsupported bridge opsVivien Didelot2015-10-131-1/+1
* RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan2015-10-131-0/+3
* RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan2015-10-131-1/+8
* bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov2015-10-121-0/+3
* ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu2015-10-121-15/+17
* ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-123-5/+4
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-126-15/+16
* ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman2015-10-121-1/+2
* packet: fix match_fanout_group()Eric Dumazet2015-10-121-3/+3
* ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2015-10-122-1/+15
* bridge: try switchdev op first in __vlan_vid_add/delJiri Pirko2015-10-121-36/+22
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-127-17/+17
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-125-5/+21
* packet: support per-packet fwmark for af_packet sendmsgEdward Jee2015-10-121-1/+9
* sock: support per-packet fwmarkEdward Jee2015-10-121-0/+26
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-121-1/+2
* bridge: push bridge setting ageing_time down to switchdevScott Feldman2015-10-125-7/+29
* switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman2015-10-121-1/+8
* tcp: change type of alive from int to boolRichard Sailer2015-10-121-3/+3
* bridge: allow adding of fdb entries pointing to the bridge deviceRoopa Prabhu2015-10-122-30/+93
* tcp: fix RFS vs lockless listenersEric Dumazet2015-10-112-0/+2
* net: dsa: use switchdev obj in port_fdb_delVivien Didelot2015-10-111-1/+1
* net: dsa: push prepare phase in port_fdb_addVivien Didelot2015-10-111-1/+1
* net: dsa: add port_fdb_prepareVivien Didelot2015-10-111-2/+5
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-1121-135/+1870
|\
| * Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann2015-10-081-14/+15
| * 6lowpan: move shared settings to lowpan_netdev_setupAlexander Aring2015-10-083-10/+5
| * Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg2015-10-081-15/+5
| * Bluetooth: 6lowpan: Rename confusing 'pchan' variablesJohan Hedberg2015-10-081-21/+21
| * Bluetooth: 6lowpan: Remove unnecessary chan_open() functionJohan Hedberg2015-10-081-12/+4
| * Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignmentJohan Hedberg2015-10-081-2/+0
| * Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg2015-10-081-3/+0
| * Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg2015-10-081-2/+1
| * Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann2015-10-081-0/+7
| * Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann2015-10-081-7/+8
| * Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2015-10-081-3/+60
| * Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-082-0/+18
| * Bluetooth: Send index information updates to monitor channelMarcel Holtmann2015-10-081-1/+24
| * Bluetooth: Send transport open and close monitor eventsMarcel Holtmann2015-10-051-0/+26
| * Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-0/+3
| * Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-0/+5
| * Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann2015-10-051-0/+6
| * Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann2015-10-051-7/+9
| * nl802154: Missing return in nl802154_add_llsec_key()Dan Carpenter2015-10-021-0/+1
| * ieee802154: handle datagram variables as u16Alexander Aring2015-10-013-7/+9
| * ieee802154: 6lowpan: add tx/rx statsAlexander Aring2015-09-302-0/+6
| * ieee802154: 6lowpan: don't skip first dsn while fragmentationAlexander Aring2015-09-301-10/+17
| * ieee802154: 6lowpan: change datagram var typesAlexander Aring2015-09-303-7/+7
| * ieee802154: change mtu size behaviourAlexander Aring2015-09-303-14/+13