summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Bluetooth: 6lowpan: Make sure skb exists before accessing itJukka Rissanen2014-09-291-0/+6
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-266-83/+128
| | |\ \ \ | | | |/ /
| | | * | Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg2014-09-251-3/+3
| | | * | Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg2014-09-241-12/+11
| | | * | ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent2014-09-241-36/+89
| | | * | Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-241-1/+1
| | | * | Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-241-10/+4
| | | * | Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
| | | * | Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
| | | * | Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-20/+0
| | | * | Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-151-0/+1
| | | * | Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann2014-09-151-0/+3
| | * | | Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-264-11/+158
| | |\ \ \
| | | * | | NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-1/+8
| | | * | | NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard2014-09-011-2/+5
| | | * | | NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard2014-09-011-8/+5
| | | * | | NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-012-0/+39
| | | * | | NFC: digital: Add Inititor-side PSL supportMark A. Greer2014-08-311-0/+101
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-0527-177/+593
| |\ \ \ \ \
| | * | | | | netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-032-46/+22
| | * | | | | netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-022-0/+8
| | * | | | | netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso2014-10-021-0/+2
| | * | | | | netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso2014-10-021-101/+15
| | * | | | | netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso2014-10-021-0/+1
| | * | | | | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-0210-20/+20
| | * | | | | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-026-0/+308
| | * | | | | netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-024-10/+217
| * | | | | | bridge: Add filtering support for default_pvidVlad Yasevich2014-10-054-7/+136
| * | | | | | bridge: Simplify pvid checks.Vlad Yasevich2014-10-052-7/+4
| * | | | | | bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-053-0/+48
| * | | | | | net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
| * | | | | | net: dsa: do not call phy_start_anegFlorian Fainelli2014-10-041-1/+0
| * | | | | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
| * | | | | | ip_tunnel: Add GUE supportTom Herbert2014-10-031-0/+13
| * | | | | | gue: Receive side for Generic UDP EncapsulationTom Herbert2014-10-031-9/+187
| * | | | | | fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-033-40/+10
| * | | | | | ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert2014-10-031-1/+1
| * | | | | | net: do not export skb_gro_receive()Eric Dumazet2014-10-031-1/+0
| * | | | | | qdisc: validate skb without holding lockEric Dumazet2014-10-032-36/+54
| * | | | | | qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer2014-10-031-9/+3
| * | | | | | qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2014-10-031-2/+44
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-0215-21/+129
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov2014-10-011-2/+24
| * | | | | | net: bridge: add a br_set_state helper functionFlorian Fainelli2014-10-016-11/+17
| * | | | | | net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-011-4/+6
| * | | | | | net_sched: fix another crash in cls_tcindexWANG Cong2014-10-011-3/+9
| * | | | | | gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-012-2/+8
| * | | | | | ipip: Set inner IP protocol in ipipTom Herbert2014-10-011-0/+2
| * | | | | | sit: Set inner IP protocol in sitTom Herbert2014-10-011-0/+4
| * | | | | | udp: Generalize skb_udp_segmentTom Herbert2014-10-012-6/+47
OpenPOWER on IntegriCloud