summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-027-189/+0
* ax25: Stop depending on arp_findEric W. Biederman2015-03-021-12/+28
* ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-021-8/+2
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-022-22/+16
* arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman2015-03-021-37/+0
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+21
* ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-021-10/+8
* rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman2015-03-021-27/+11
* rose: Set the destination address in rose_headerEric W. Biederman2015-03-021-0/+3
* ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman2015-03-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-027-134/+255
|\
| * netfilter: nft_compat: add support for arptables extensionsArturo Borrero2015-03-021-0/+9
| * ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-253-6/+56
| * netfilter: ipset: fix boolreturn.cocci warningsWu Fengguang2015-02-111-2/+2
| * netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCEDAnton Blanchard2015-02-111-1/+1
| * ipvs: use 64-bit rates in statsJulian Anastasov2015-02-093-125/+187
* | filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann2015-03-021-38/+33
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-0227-309/+1024
|\ \
| * | Bluetooth: make hci_test_bit's addr constJiri Slaby2015-02-271-2/+2
| * | Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-272-3/+9
| * | Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg2015-02-201-30/+2
| * | Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-202-5/+7
| * | Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg2015-02-201-17/+7
| * | Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg2015-02-191-0/+6
| * | Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg2015-02-191-2/+1
| * | Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-194-4/+12
| * | Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-194-22/+39
| * | Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-4/+10
| * | Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-191-5/+5
| * | Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg2015-02-191-1/+1
| * | Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg2015-02-171-10/+20
| * | Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg2015-02-161-0/+14
| * | Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann2015-02-153-1/+32
| * | Bluetooth: Make __next_ident function static.Marcel Holtmann2015-02-152-2/+1
| * | Bluetooth: Make a2mp_send function staticMarcel Holtmann2015-02-152-2/+1
| * | Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2015-02-152-18/+17
| * | Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2015-02-152-5/+2
| * | Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2015-02-152-2/+2
| * | Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-151-0/+6
| * | 6lowpan: nhc: add other known rfc6282 compressionsAlexander Aring2015-02-149-0/+213
| * | 6lowpan: add udp compression via nhc layerAlexander Aring2015-02-144-170/+205
| * | 6lowpan: add generic nhc layer interfaceAlexander Aring2015-02-143-1/+388
| * | Bluetooth: Enhance error codes pair device commandLukasz Rymanowski2015-02-141-0/+4
| * | Bluetooth: Improve error handling in connect aclLukasz Rymanowski2015-02-141-1/+5
| * | Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski2015-02-141-0/+8
| * | ieee802154: fix netns settingsNicolas Dichtel2015-02-142-2/+5
* | | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-0259-377/+249
* | | tipc: Don't use iocb argument in socket layerYing Xue2015-03-021-38/+44
* | | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-021-2/+2
* | | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-022-2/+2
OpenPOWER on IntegriCloud